#B2BB55

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

Shades of Celery #B2BB55

Tints of Celery #B2BB55

Color information

#B2BB55 (or 0xB2BB55) is unknown color: approx Celery. HEX triplet: B2, BB and 55. RGB value is (178,187,85). Sum of RGB (Red+Green+Blue) = 178+187+85=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BB55 is #4D44AA. Grayscale: #ADADAD. Windows color (decimal): -5063851 or 5618610. OLE color: 5618610.

HSL color Cylindrical-coordinate representation of color #B2BB55: hue angle of 65.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2BB55 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB17818785-
CMYK0.0500.550.27
HSL65.29º42.86%53.33%-
HSV(B)65.29º54.55%73.33%-
XYZ37.7745.6615.42-
YUV172.6878.52131.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 187 (73.44% from 255) = 41.56%
BLUE value IS 85 (33.59% from 255) = 18.89%
R=39.56%
G=41.56%
B=18.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178187850.0500.550.2765.2942.8653.33
HexB2BB5550371B412b35
Octal2622731255067331015365
Binary101100101011101110101011010110111110111000001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BB55; }

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

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

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

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

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

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

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

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