#BBC352

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

Shades of Celery #BBC352

Tints of Celery #BBC352

Color information

#BBC352 (or 0xBBC352) is unknown color: approx Celery. HEX triplet: BB, C3 and 52. RGB value is (187,195,82). Sum of RGB (Red+Green+Blue) = 187+195+82=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC352 is #443CAD. Grayscale: #B4B4B4. Windows color (decimal): -4471982 or 5424059. OLE color: 5424059.

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

Color convert

RGB18719582-
CMYK0.0400.580.24
HSL64.25º48.5%54.31%-
HSV(B)64.25º57.95%76.47%-
XYZ41.5350.215.48-
YUV179.7372.85133.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 82 (32.42% from 255) = 17.67%
R=40.30%
G=42.03%
B=17.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187195820.0400.580.2464.2548.554.31
HexBBC352403A18403036
Octal2733031224072301006066
Binary101110111100001110100101000111010110001000000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC352; }

 p { color: rgb(187,195,82); }

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

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

 a { background-color: rgb(187,195,82); }

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

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

 span { border-color: rgb(187,195,82); }

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