#9B8008

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

Shades of Hacienda #9B8008

Tints of Hacienda #9B8008

Color information

#9B8008 (or 0x9B8008) is unknown color: approx Hacienda. HEX triplet: 9B, 80 and 08. RGB value is (155,128,8). Sum of RGB (Red+Green+Blue) = 155+128+8=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8008 is #647FF7. Grayscale: #7A7A7A. Windows color (decimal): -6586360 or 557211. OLE color: 557211.

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

Color convert

RGB1551288-
CMYK00.170.950.39
HSL48.98º90.18%31.96%-
HSV(B)48.98º94.84%60.78%-
XYZ21.2822.423.44-
YUV122.3963.45151.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.26%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 8 (3.52% from 255) = 2.75%
R=53.26%
G=43.99%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155128800.170.950.3948.9890.1831.96
Hex9B8080115F27315a20
Octal23320010021137476113240
Binary1001101110000000100001000110111111001111100011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,128,8); }

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

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

 a { background-color: rgb(155,128,8); }

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

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

 span { border-color: rgb(155,128,8); }

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