Html Css Color HEX #9E8A1C Hacienda

📋 copy color: '#9E8A1C'

red 158 ◦ green 138 ◦ blue 28

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

Shades of Hacienda #9E8A1C

Tints of Hacienda #9E8A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.59%

 BLUE value IS 28 (11.33% from 255) = 8.64%

R = 48.77%
G = 42.59%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E8A1C (or 0x9E8A1C) is known color: Hacienda. HEX triplet: 9E, 8A and 1C. RGB value is (158,138,28). Sum of RGB (Red+Green+Blue) = 158+138+28=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8A1C is #6175E3. Grayscale: #838383. Windows color (decimal): -6387172 or 1870494. OLE color: 1870494.

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

Color convert

RGB 158 138 28 -
CMYK 0 0.13 0.82 0.38
HSL 50.77º 0.7% 0.36% -
HSV(B) 50.77º 0.82% 0.62% -
XYZ 23.4 25.53 4.79 -
YUV 131.44 69.63 146.94 -
System Red Green Blue C M Y K H S L
Decimal 158 138 28 0 0.13 0.82 0.38 50.77 0.7 0.36
Hex 9E 8A 1C 0 D 52 26 33 46 24
Octal 236 212 34 0 15 122 46 63 106 44
Binary 10011110 10001010 11100 0 1101 1010010 100110 110011 1000110 100100

Color Harmonies of #9E8A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8A1C

Black with #9E8A1C

Text Example


Text Example

White with #9E8A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,138,28); }

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

background-color css

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

 a { background-color: rgb(158,138,28); }

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

border-color css

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

 span { border-color: rgb(158,138,28); }

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