Html Css Color HEX #9E8C1D Hacienda

📋 copy color: '#9E8C1D'

red 158 ◦ green 140 ◦ blue 29

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

Shades of Hacienda #9E8C1D

Tints of Hacienda #9E8C1D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.81%

 BLUE value IS 29 (11.72% from 255) = 8.87%

R = 48.32%
G = 42.81%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E8C1D (or 0x9E8C1D) is known color: Hacienda. HEX triplet: 9E, 8C and 1D. RGB value is (158,140,29). Sum of RGB (Red+Green+Blue) = 158+140+29=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8C1D is #6173E2. Grayscale: #858585. Windows color (decimal): -6386659 or 1936542. OLE color: 1936542.

HSL color Cylindrical-coordinate representation of color #9E8C1D: hue angle of 51.63º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E8C1D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 140 29 -
CMYK 0 0.11 0.82 0.38
HSL 51.63º 0.69% 0.37% -
HSV(B) 51.63º 0.82% 0.62% -
XYZ 23.7 26.11 4.95 -
YUV 132.73 69.46 146.03 -
System Red Green Blue C M Y K H S L
Decimal 158 140 29 0 0.11 0.82 0.38 51.63 0.69 0.37
Hex 9E 8C 1D 0 B 52 26 34 45 25
Octal 236 214 35 0 13 122 46 64 105 45
Binary 10011110 10001100 11101 0 1011 1010010 100110 110100 1000101 100101

Color Harmonies of #9E8C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8C1D

Black with #9E8C1D

Text Example


Text Example

White with #9E8C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,140,29); }

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

background-color css

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

 a { background-color: rgb(158,140,29); }

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

border-color css

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

 span { border-color: rgb(158,140,29); }

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