Html Css Color HEX #9F8812 Hacienda

📋 copy color: '#9F8812'

red 159 ◦ green 136 ◦ blue 18

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

Shades of Hacienda #9F8812

Tints of Hacienda #9F8812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.45%

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 50.8%
G = 43.45%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F8812 (or 0x9F8812) is known color: Hacienda. HEX triplet: 9F, 88 and 12. RGB value is (159,136,18). Sum of RGB (Red+Green+Blue) = 159+136+18=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8812 is #6077ED. Grayscale: #818181. Windows color (decimal): -6322158 or 1214623. OLE color: 1214623.

HSL color Cylindrical-coordinate representation of color #9F8812: hue angle of 50.21º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F8812 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 136 18 -
CMYK 0 0.14 0.89 0.38
HSL 50.21º 0.8% 0.35% -
HSV(B) 50.21º 0.89% 0.62% -
XYZ 23.21 25.02 4.18 -
YUV 129.43 65.12 149.09 -
System Red Green Blue C M Y K H S L
Decimal 159 136 18 0 0.14 0.89 0.38 50.21 0.8 0.35
Hex 9F 88 12 0 E 59 26 32 50 23
Octal 237 210 22 0 16 131 46 62 120 43
Binary 10011111 10001000 10010 0 1110 1011001 100110 110010 1010000 100011

Color Harmonies of #9F8812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8812

Black with #9F8812

Text Example


Text Example

White with #9F8812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,136,18); }

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

background-color css

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

 a { background-color: rgb(159,136,18); }

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

border-color css

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

 span { border-color: rgb(159,136,18); }

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