Html Css Color HEX #9E8222 Hacienda

📋 copy color: '#9E8222'

red 158 ◦ green 130 ◦ blue 34

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

Shades of Hacienda #9E8222

Tints of Hacienda #9E8222

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.37%

 BLUE value IS 34 (13.67% from 255) = 10.56%

R = 49.07%
G = 40.37%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9E8222 (or 0x9E8222) is known color: Hacienda. HEX triplet: 9E, 82 and 22. RGB value is (158,130,34). Sum of RGB (Red+Green+Blue) = 158+130+34=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8222 is #617DDD. Grayscale: #7F7F7F. Windows color (decimal): -6389214 or 2261662. OLE color: 2261662.

HSL color Cylindrical-coordinate representation of color #9E8222: hue angle of 46.45º degrees, saturation: 0.65, 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 #9E8222 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 130 34 -
CMYK 0 0.18 0.78 0.38
HSL 46.45º 0.65% 0.38% -
HSV(B) 46.45º 0.78% 0.62% -
XYZ 22.37 23.35 4.84 -
YUV 127.43 75.28 149.81 -
System Red Green Blue C M Y K H S L
Decimal 158 130 34 0 0.18 0.78 0.38 46.45 0.65 0.38
Hex 9E 82 22 0 12 4E 26 2E 41 26
Octal 236 202 42 0 22 116 46 56 101 46
Binary 10011110 10000010 100010 0 10010 1001110 100110 101110 1000001 100110

Color Harmonies of #9E8222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8222

Black with #9E8222

Text Example


Text Example

White with #9E8222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,130,34); }

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

background-color css

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

 a { background-color: rgb(158,130,34); }

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

border-color css

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

 span { border-color: rgb(158,130,34); }

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