#B9B749

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

Shades of Celery #B9B749

Tints of Celery #B9B749

Color information

#B9B749 (or 0xB9B749) is unknown color: approx Celery. HEX triplet: B9, B7 and 49. RGB value is (185,183,73). Sum of RGB (Red+Green+Blue) = 185+183+73=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B749 is #4648B6. Grayscale: #ABABAB. Windows color (decimal): -4606135 or 4831161. OLE color: 4831161.

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

Color convert

RGB18518373-
CMYK00.010.610.27
HSL58.93º44.44%50.59%-
HSV(B)58.93º60.54%72.55%-
XYZ38.1444.6612.91-
YUV171.0672.66137.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 183 (71.88% from 255) = 41.50%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=41.95%
G=41.50%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851837300.010.610.2758.9344.4450.59
HexB9B749013D1B3b2c33
Octal271267111017533735463
Binary101110011011011110010010111110111011111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B749; }

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

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

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

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

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

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

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

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