#B9A24B

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

Shades of Husk #B9A24B

Tints of Husk #B9A24B

Color information

#B9A24B (or 0xB9A24B) is unknown color: approx Husk. HEX triplet: B9, A2 and 4B. RGB value is (185,162,75). Sum of RGB (Red+Green+Blue) = 185+162+75=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A24B is #465DB4. Grayscale: #9F9F9F. Windows color (decimal): -4611509 or 4956857. OLE color: 4956857.

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

Color convert

RGB18516275-
CMYK00.120.590.27
HSL47.45º44%50.98%-
HSV(B)47.45º59.46%72.55%-
XYZ34.236.6611.93-
YUV158.9680.62146.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 75 (29.69% from 255) = 17.77%
R=43.84%
G=38.39%
B=17.77%

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
Decimal1851627500.120.590.2747.454450.98
HexB9A24B0C3B1B2f2c33
Octal2712421130147333575463
Binary101110011010001010010110110011101111011101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A24B; }

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

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

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

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

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

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

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

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