#9B8B18

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

Shades of Hacienda #9B8B18

Tints of Hacienda #9B8B18

Color information

#9B8B18 (or 0x9B8B18) is unknown color: approx Hacienda. HEX triplet: 9B, 8B and 18. RGB value is (155,139,24). Sum of RGB (Red+Green+Blue) = 155+139+24=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8B18 is #6474E7. Grayscale: #838383. Windows color (decimal): -6583528 or 1608603. OLE color: 1608603.

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

Color convert

RGB15513924-
CMYK00.100.850.39
HSL52.67º73.18%35.1%-
HSV(B)52.67º84.52%60.78%-
XYZ22.9225.54.58-
YUV130.6767.8145.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 139 (54.69% from 255) = 43.71%
BLUE value IS 24 (9.77% from 255) = 7.55%
R=48.74%
G=43.71%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551392400.100.850.3952.6773.1835.1
Hex9B8B180A5527354923
Octal23321330012125476511143
Binary1001101110001011110000101010101011001111101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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