#BBCC49

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

Shades of Celery #BBCC49

Tints of Celery #BBCC49

Color information

#BBCC49 (or 0xBBCC49) is unknown color: approx Celery. HEX triplet: BB, CC and 49. RGB value is (187,204,73). Sum of RGB (Red+Green+Blue) = 187+204+73=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC49 is #4433B6. Grayscale: #B8B8B8. Windows color (decimal): -4469687 or 4836539. OLE color: 4836539.

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

Color convert

RGB18720473-
CMYK0.0800.640.2
HSL67.79º56.22%54.31%-
HSV(B)67.79º64.22%80%-
XYZ43.2954.2314.49-
YUV183.9865.37130.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 73 (28.91% from 255) = 15.73%
R=40.30%
G=43.97%
B=15.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187204730.0800.640.267.7956.2254.31
HexBBCC49804014443836
Octal273314111100100241047066
Binary10111011110011001001001100001000000101001000100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC49; }

 p { color: rgb(187,204,73); }

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

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

 a { background-color: rgb(187,204,73); }

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

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

 span { border-color: rgb(187,204,73); }

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