#9f800b

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

Shades of Hacienda #9F800B

Tints of Hacienda #9F800B

Color information

#9F800B (or 0x9F800B) is unknown color: approx Hacienda. HEX triplet: 9F, 80 and 0B. RGB value is (159,128,11). Sum of RGB (Red+Green+Blue) = 159+128+11=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F800B is #607FF4. Grayscale: #7C7C7C. Windows color (decimal): -6324213 or 753823. OLE color: 753823.

HSL color Cylindrical-coordinate representation of color #9F800B: hue angle of 47.43º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F800B is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB15912811-
CMYK00.190.930.38
HSL47.43º87.06%33.33%-
HSV(B)47.43º93.08%62.35%-
XYZ22.0822.833.56-
YUV123.9364.27153.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.36%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=53.36%
G=42.95%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591281100.190.930.3847.4387.0633.33
Hex9F80B0135D262f5721
Octal23720013023135465712741
Binary1001111110000000101101001110111011001101011111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f800b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,128,11); }

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

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

 a { background-color: rgb(159,128,11); }

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

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

 span { border-color: rgb(159,128,11); }

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