#9F8A23

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

Shades of Hacienda #9F8A23

Tints of Hacienda #9F8A23

Color information

#9F8A23 (or 0x9F8A23) is unknown color: approx Hacienda. HEX triplet: 9F, 8A and 23. RGB value is (159,138,35). Sum of RGB (Red+Green+Blue) = 159+138+35=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8A23 is #6075DC. Grayscale: #848484. Windows color (decimal): -6321629 or 2329247. OLE color: 2329247.

HSL color Cylindrical-coordinate representation of color #9F8A23: hue angle of 49.84º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F8A23 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB15913835-
CMYK00.130.780.38
HSL49.84º63.92%38.04%-
HSV(B)49.84º77.99%62.35%-
XYZ23.6925.675.3-
YUV132.5472.96146.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.89%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 35 (14.06% from 255) = 10.54%
R=47.89%
G=41.57%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591383500.130.780.3849.8463.9238.04
Hex9F8A230D4E26324026
Octal23721243015116466210046
Binary10011111100010101000110110110011101001101100101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,138,35); }

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

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

 a { background-color: rgb(159,138,35); }

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

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

 span { border-color: rgb(159,138,35); }

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