#9B8B12

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

Shades of Hacienda #9B8B12

Tints of Hacienda #9B8B12

Color information

#9B8B12 (or 0x9B8B12) is unknown color: approx Hacienda. HEX triplet: 9B, 8B and 12. RGB value is (155,139,18). Sum of RGB (Red+Green+Blue) = 155+139+18=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8B12 is #6474ED. Grayscale: #828282. Windows color (decimal): -6583534 or 1215387. OLE color: 1215387.

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

Color convert

RGB15513918-
CMYK00.100.880.39
HSL52.99º79.19%33.92%-
HSV(B)52.99º88.39%60.78%-
XYZ22.8625.484.29-
YUV129.9964.8145.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.68%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 18 (7.42% from 255) = 5.77%
R=49.68%
G=44.55%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551391800.100.880.3952.9979.1933.92
Hex9B8B120A5827354f22
Octal23321322012130476511742
Binary1001101110001011100100101010110001001111101011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,139,18); }

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

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

 a { background-color: rgb(155,139,18); }

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

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

 span { border-color: rgb(155,139,18); }

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