#BBCB49

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

Shades of Celery #BBCB49

Tints of Celery #BBCB49

Color information

#BBCB49 (or 0xBBCB49) is unknown color: approx Celery. HEX triplet: BB, CB and 49. RGB value is (187,203,73). Sum of RGB (Red+Green+Blue) = 187+203+73=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB49 is #4434B6. Grayscale: #B7B7B7. Windows color (decimal): -4469943 or 4836283. OLE color: 4836283.

HSL color Cylindrical-coordinate representation of color #BBCB49: hue angle of 67.38º 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 #BBCB49 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB18720373-
CMYK0.0800.640.20
HSL67.38º55.56%54.12%-
HSV(B)67.38º64.04%79.61%-
XYZ43.0553.7614.41-
YUV183.465.7130.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 203 (79.69% from 255) = 43.84%
BLUE value IS 73 (28.91% from 255) = 15.77%
R=40.39%
G=43.84%
B=15.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187203730.0800.640.2067.3855.5654.12
HexBBCB49804014433836
Octal273313111100100241037066
Binary10111011110010111001001100001000000101001000011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB49; }

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

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

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

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

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

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

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

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