#9B8120

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

Shades of Hacienda #9B8120

Tints of Hacienda #9B8120

Color information

#9B8120 (or 0x9B8120) is unknown color: approx Hacienda. HEX triplet: 9B, 81 and 20. RGB value is (155,129,32). Sum of RGB (Red+Green+Blue) = 155+129+32=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8120 is #647EDF. Grayscale: #7E7E7E. Windows color (decimal): -6586080 or 2130331. OLE color: 2130331.

HSL color Cylindrical-coordinate representation of color #9B8120: hue angle of 47.32º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B8120 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB15512932-
CMYK00.170.790.39
HSL47.32º65.78%36.67%-
HSV(B)47.32º79.35%60.78%-
XYZ21.6322.774.62-
YUV125.7275.11148.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 32 (12.89% from 255) = 10.13%
R=49.05%
G=40.82%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551293200.170.790.3947.3265.7836.67
Hex9B81200114F272f4225
Octal23320140021117475710245
Binary100110111000000110000001000110011111001111011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8120; }

 p { color: rgb(155,129,32); }

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

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

 a { background-color: rgb(155,129,32); }

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

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

 span { border-color: rgb(155,129,32); }

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