Html Css Color HEX #9E8026 Hacienda

📋 copy color: '#9E8026'

red 158 ◦ green 128 ◦ blue 38

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

Shades of Hacienda #9E8026

Tints of Hacienda #9E8026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.73%

R = 48.77%
G = 39.51%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9E8026 (or 0x9E8026) is known color: Hacienda. HEX triplet: 9E, 80 and 26. RGB value is (158,128,38). Sum of RGB (Red+Green+Blue) = 158+128+38=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8026 is #617FD9. Grayscale: #7F7F7F. Windows color (decimal): -6389722 or 2523294. OLE color: 2523294.

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

Color convert

RGB 158 128 38 -
CMYK 0 0.19 0.76 0.38
HSL 45º 0.61% 0.38% -
HSV(B) 45º 0.76% 0.62% -
XYZ 22.17 22.85 5.08 -
YUV 126.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 158 128 38 0 0.19 0.76 0.38 45 0.61 0.38
Hex 9E 80 26 0 13 4C 26 2D 3D 26
Octal 236 200 46 0 23 114 46 55 75 46
Binary 10011110 10000000 100110 0 10011 1001100 100110 101101 111101 100110

Color Harmonies of #9E8026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8026

Black with #9E8026

Text Example


Text Example

White with #9E8026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,128,38); }

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

background-color css

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

 a { background-color: rgb(158,128,38); }

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

border-color css

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

 span { border-color: rgb(158,128,38); }

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