Html Css Color HEX #9F8024 Hacienda

📋 copy color: '#9F8024'

red 159 ◦ green 128 ◦ blue 36

#9F8024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #9F8024

Tints of Hacienda #9F8024

RGB

 RED value IS 159 (62.5% from 255) = 49.23%

 GREEN value IS 128 (50.39% from 255) = 39.63%

 BLUE value IS 36 (14.45% from 255) = 11.15%

R = 49.23%
G = 39.63%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F8024 (or 0x9F8024) is known color: Hacienda. HEX triplet: 9F, 80 and 24. RGB value is (159,128,36). Sum of RGB (Red+Green+Blue) = 159+128+36=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8024 is #607FDB. Grayscale: #7F7F7F. Windows color (decimal): -6324188 or 2392223. OLE color: 2392223.

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

Color convert

RGB 159 128 36 -
CMYK 0 0.19 0.77 0.38
HSL 44.88º 0.63% 0.38% -
HSV(B) 44.88º 0.77% 0.62% -
XYZ 22.34 22.94 4.92 -
YUV 126.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 159 128 36 0 0.19 0.77 0.38 44.88 0.63 0.38
Hex 9F 80 24 0 13 4D 26 2D 3F 26
Octal 237 200 44 0 23 115 46 55 77 46
Binary 10011111 10000000 100100 0 10011 1001101 100110 101101 111111 100110

Color Harmonies of #9F8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8024

Black with #9F8024

Text Example


Text Example

White with #9F8024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F8024;
 }
 .AnyTagClassName
 {
   color: #9F8024;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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