#BBC749

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

Shades of Celery #BBC749

Tints of Celery #BBC749

Color information

#BBC749 (or 0xBBC749) is unknown color: approx Celery. HEX triplet: BB, C7 and 49. RGB value is (187,199,73). Sum of RGB (Red+Green+Blue) = 187+199+73=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC749 is #4438B6. Grayscale: #B5B5B5. Windows color (decimal): -4470967 or 4835259. OLE color: 4835259.

HSL color Cylindrical-coordinate representation of color #BBC749: hue angle of 65.71º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBC749 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB18719973-
CMYK0.0600.630.22
HSL65.71º52.94%53.33%-
HSV(B)65.71º63.32%78.04%-
XYZ42.1251.8914.1-
YUV181.0567.02132.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 199 (78.12% from 255) = 43.36%
BLUE value IS 73 (28.91% from 255) = 15.90%
R=40.74%
G=43.36%
B=15.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187199730.0600.630.2265.7152.9453.33
HexBBC749603F16423535
Octal2733071116077261026565
Binary101110111100011110010011100111111101101000010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC749; }

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

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

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

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

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

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

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

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