#9b8a0c

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

Shades of Hacienda #9B8A0C

Tints of Hacienda #9B8A0C

Color information

#9B8A0C (or 0x9B8A0C) is unknown color: approx Hacienda. HEX triplet: 9B, 8A and 0C. RGB value is (155,138,12). Sum of RGB (Red+Green+Blue) = 155+138+12=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8A0C is #6475F3. Grayscale: #818181. Windows color (decimal): -6583796 or 821915. OLE color: 821915.

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

Color convert

RGB15513812-
CMYK00.110.920.39
HSL52.87º85.63%32.75%-
HSV(B)52.87º92.26%60.78%-
XYZ22.6725.174.01-
YUV128.7262.13146.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 12 (5.08% from 255) = 3.93%
R=50.82%
G=45.25%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551381200.110.920.3952.8785.6332.75
Hex9B8AC0B5C27355621
Octal23321214013134476512641
Binary100110111000101011000101110111001001111101011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b8a0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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