#B2C655

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

Shades of Celery #B2C655

Tints of Celery #B2C655

Color information

#B2C655 (or 0xB2C655) is unknown color: approx Celery. HEX triplet: B2, C6 and 55. RGB value is (178,198,85). Sum of RGB (Red+Green+Blue) = 178+198+85=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C655 is #4D39AA. Grayscale: #B3B3B3. Windows color (decimal): -5061035 or 5621426. OLE color: 5621426.

HSL color Cylindrical-coordinate representation of color #B2C655: hue angle of 70.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2C655 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB17819885-
CMYK0.1000.570.22
HSL70.62º49.78%55.49%-
HSV(B)70.62º57.07%77.65%-
XYZ40.1950.5116.23-
YUV179.1474.87127.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 198 (77.73% from 255) = 42.95%
BLUE value IS 85 (33.59% from 255) = 18.44%
R=38.61%
G=42.95%
B=18.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178198850.1000.570.2270.6249.7855.49
HexB2C655A03916473237
Octal26230612512071261076267
Binary1011001011000110101010110100111001101101000111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C655; }

 p { color: rgb(178,198,85); }

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

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

 a { background-color: rgb(178,198,85); }

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

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

 span { border-color: rgb(178,198,85); }

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