Html Css Color HEX #9E800C Hacienda

📋 copy color: '#9E800C'

red 158 ◦ green 128 ◦ blue 12

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

Shades of Hacienda #9E800C

Tints of Hacienda #9E800C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 53.02%
G = 42.95%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E800C (or 0x9E800C) is known color: Hacienda. HEX triplet: 9E, 80 and 0C. RGB value is (158,128,12). Sum of RGB (Red+Green+Blue) = 158+128+12=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E800C is #617FF3. Grayscale: #7C7C7C. Windows color (decimal): -6389748 or 819358. OLE color: 819358.

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

Color convert

RGB 158 128 12 -
CMYK 0 0.19 0.92 0.38
HSL 47.67º 0.86% 0.33% -
HSV(B) 47.67º 0.92% 0.62% -
XYZ 21.89 22.73 3.58 -
YUV 123.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 158 128 12 0 0.19 0.92 0.38 47.67 0.86 0.33
Hex 9E 80 C 0 13 5C 26 30 56 21
Octal 236 200 14 0 23 134 46 60 126 41
Binary 10011110 10000000 1100 0 10011 1011100 100110 110000 1010110 100001

Color Harmonies of #9E800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E800C

Black with #9E800C

Text Example


Text Example

White with #9E800C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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