#BBB849

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

Shades of Celery #BBB849

Tints of Celery #BBB849

Color information

#BBB849 (or 0xBBB849) is unknown color: approx Celery. HEX triplet: BB, B8 and 49. RGB value is (187,184,73). Sum of RGB (Red+Green+Blue) = 187+184+73=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB849 is #4447B6. Grayscale: #ACACAC. Windows color (decimal): -4474807 or 4831419. OLE color: 4831419.

HSL color Cylindrical-coordinate representation of color #BBB849: hue angle of 58.42º 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 #BBB849 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18718473-
CMYK00.020.610.27
HSL58.42º45.6%50.98%-
HSV(B)58.42º60.96%73.33%-
XYZ38.8445.3313.01-
YUV172.2471.99138.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 184 (72.27% from 255) = 41.44%
BLUE value IS 73 (28.91% from 255) = 16.44%
R=42.12%
G=41.44%
B=16.44%

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
Decimal1871847300.020.610.2758.4245.650.98
HexBBB849023D1B3a2e33
Octal273270111027533725663
Binary1011101110111000100100101011110111011111010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB849; }

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

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

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

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

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

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

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

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