#9b8a14

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

Shades of Hacienda #9B8A14

Tints of Hacienda #9B8A14

Color information

#9B8A14 (or 0x9B8A14) is unknown color: approx Hacienda. HEX triplet: 9B, 8A and 14. RGB value is (155,138,20). Sum of RGB (Red+Green+Blue) = 155+138+20=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8A14 is #6475EB. Grayscale: #828282. Windows color (decimal): -6583788 or 1346203. OLE color: 1346203.

HSL color Cylindrical-coordinate representation of color #9B8A14: hue angle of 52.44º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B8A14 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB15513820-
CMYK00.110.870.39
HSL52.44º77.14%34.31%-
HSV(B)52.44º87.1%60.78%-
XYZ22.7325.24.33-
YUV129.6366.13146.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 20 (8.20% from 255) = 6.39%
R=49.52%
G=44.09%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551382000.110.870.3952.4477.1434.31
Hex9B8A140B5727344d22
Octal23321224013127476411542
Binary1001101110001010101000101110101111001111101001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b8a14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,138,20); }

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

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

 a { background-color: rgb(155,138,20); }

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

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

 span { border-color: rgb(155,138,20); }

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