#BBC552

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

Shades of Celery #BBC552

Tints of Celery #BBC552

Color information

#BBC552 (or 0xBBC552) is unknown color: approx Celery. HEX triplet: BB, C5 and 52. RGB value is (187,197,82). Sum of RGB (Red+Green+Blue) = 187+197+82=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC552 is #443AAD. Grayscale: #B5B5B5. Windows color (decimal): -4471470 or 5424571. OLE color: 5424571.

HSL color Cylindrical-coordinate representation of color #BBC552: hue angle of 65.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBC552 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB18719782-
CMYK0.0500.580.23
HSL65.22º49.78%54.71%-
HSV(B)65.22º58.38%77.25%-
XYZ41.9851.1115.63-
YUV180.972.19132.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 197 (77.34% from 255) = 42.27%
BLUE value IS 82 (32.42% from 255) = 17.60%
R=40.13%
G=42.27%
B=17.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal187197820.0500.580.2365.2249.7854.71
HexBBC552503A17413237
Octal2733051225072271016267
Binary101110111100010110100101010111010101111000001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC552; }

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

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

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

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

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

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

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

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