#B9A24C

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

Shades of Husk #B9A24C

Tints of Husk #B9A24C

Color information

#B9A24C (or 0xB9A24C) is unknown color: approx Husk. HEX triplet: B9, A2 and 4C. RGB value is (185,162,76). Sum of RGB (Red+Green+Blue) = 185+162+76=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A24C is #465DB3. Grayscale: #9F9F9F. Windows color (decimal): -4611508 or 5022393. OLE color: 5022393.

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

Color convert

RGB18516276-
CMYK00.120.590.27
HSL47.34º43.78%51.18%-
HSV(B)47.34º58.92%72.55%-
XYZ34.2336.6812.11-
YUV159.0781.12146.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 76 (30.08% from 255) = 17.97%
R=43.74%
G=38.30%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851627600.120.590.2747.3443.7851.18
HexB9A24C0C3B1B2f2c33
Octal2712421140147333575463
Binary101110011010001010011000110011101111011101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A24C; }

 p { color: rgb(185,162,76); }

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

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

 a { background-color: rgb(185,162,76); }

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

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

 span { border-color: rgb(185,162,76); }

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