#B2C25A

Color #B2C25A Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B2C25A

Tints of Celery #B2C25A

Color information

#B2C25A (or 0xB2C25A) is unknown color: approx Celery. HEX triplet: B2, C2 and 5A. RGB value is (178,194,90). Sum of RGB (Red+Green+Blue) = 178+194+90=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C25A is #4D3DA5. Grayscale: #B1B1B1. Windows color (decimal): -5062054 or 5948082. OLE color: 5948082.

HSL color Cylindrical-coordinate representation of color #B2C25A: hue angle of 69.23º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2C25A is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB17819490-
CMYK0.0800.540.24
HSL69.23º46.02%55.69%-
HSV(B)69.23º53.61%76.08%-
XYZ39.548.7917.01-
YUV177.3678.7128.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 194 (76.17% from 255) = 41.99%
BLUE value IS 90 (35.55% from 255) = 19.48%
R=38.53%
G=41.99%
B=19.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178194900.0800.540.2469.2346.0255.69
HexB2C25A803618452e38
Octal26230213210066301055670
Binary1011001011000010101101010000110110110001000101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C25A; }

 p { color: rgb(178,194,90); }

 H1.HeaderClassName
 {
   color: #B2C25A;
 }
 .AnyTagClassName
 {
   color: #B2C25A;
 }
</style>
background-color css

<style>
 a { background-color: #B2C25A; }

 a { background-color: rgb(178,194,90); }

 div.DivClassName
 {
   background-color: #B2C25A;
 }
 .BgClassName
 {
   background-color: #B2C25A;
 }
</style>
border-color css

<style>
 span { border-color: #B2C25A; }

 span { border-color: rgb(178,194,90); }

 td.TdClassName
 {
   border-color: #B2C25A;
 }
 .TagClassName
 {
   border-color: #B2C25A;
 }
</style>