Html Css Color HEX #9E8916 Hacienda

📋 copy color: '#9E8916'

red 158 ◦ green 137 ◦ blue 22

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

Shades of Hacienda #9E8916

Tints of Hacienda #9E8916

RGB

 RED value IS 158 (62.11% from 255) = 49.84%

 GREEN value IS 137 (53.91% from 255) = 43.22%

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 49.84%
G = 43.22%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E8916 (or 0x9E8916) is known color: Hacienda. HEX triplet: 9E, 89 and 16. RGB value is (158,137,22). Sum of RGB (Red+Green+Blue) = 158+137+22=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8916 is #6176E9. Grayscale: #828282. Windows color (decimal): -6387434 or 1477022. OLE color: 1477022.

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

Color convert

RGB 158 137 22 -
CMYK 0 0.13 0.86 0.38
HSL 50.74º 0.76% 0.35% -
HSV(B) 50.74º 0.86% 0.62% -
XYZ 23.19 25.22 4.4 -
YUV 130.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 158 137 22 0 0.13 0.86 0.38 50.74 0.76 0.35
Hex 9E 89 16 0 D 56 26 33 4C 23
Octal 236 211 26 0 15 126 46 63 114 43
Binary 10011110 10001001 10110 0 1101 1010110 100110 110011 1001100 100011

Color Harmonies of #9E8916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8916

Black with #9E8916

Text Example


Text Example

White with #9E8916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,137,22); }

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

background-color css

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

 a { background-color: rgb(158,137,22); }

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

border-color css

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

 span { border-color: rgb(158,137,22); }

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