#BBB749

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

Shades of Celery #BBB749

Tints of Celery #BBB749

Color information

#BBB749 (or 0xBBB749) is unknown color: approx Celery. HEX triplet: BB, B7 and 49. RGB value is (187,183,73). Sum of RGB (Red+Green+Blue) = 187+183+73=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB749 is #4448B6. Grayscale: #ACACAC. Windows color (decimal): -4475063 or 4831163. OLE color: 4831163.

HSL color Cylindrical-coordinate representation of color #BBB749: hue angle of 57.89º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBB749 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18718373-
CMYK00.020.610.27
HSL57.89º45.6%50.98%-
HSV(B)57.89º60.96%73.33%-
XYZ38.6344.9112.94-
YUV171.6672.33138.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 73 (28.91% from 255) = 16.48%
R=42.21%
G=41.31%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871837300.020.610.2757.8945.650.98
HexBBB749023D1B3a2e33
Octal273267111027533725663
Binary1011101110110111100100101011110111011111010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB749; }

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

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

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

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

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

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

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

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