Html Css Color HEX #9E840B Hacienda

📋 copy color: '#9E840B'

red 158 ◦ green 132 ◦ blue 11

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

Shades of Hacienda #9E840B

Tints of Hacienda #9E840B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.85%

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 52.49%
G = 43.85%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9E840B (or 0x9E840B) is known color: Hacienda. HEX triplet: 9E, 84 and 0B. RGB value is (158,132,11). Sum of RGB (Red+Green+Blue) = 158+132+11=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E840B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E840B is #617BF4. Grayscale: #7E7E7E. Windows color (decimal): -6388725 or 754846. OLE color: 754846.

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

Color convert

RGB 158 132 11 -
CMYK 0 0.16 0.93 0.38
HSL 49.39º 0.87% 0.33% -
HSV(B) 49.39º 0.93% 0.62% -
XYZ 22.41 23.8 3.73 -
YUV 125.98 63.11 150.84 -
System Red Green Blue C M Y K H S L
Decimal 158 132 11 0 0.16 0.93 0.38 49.39 0.87 0.33
Hex 9E 84 B 0 10 5D 26 31 57 21
Octal 236 204 13 0 20 135 46 61 127 41
Binary 10011110 10000100 1011 0 10000 1011101 100110 110001 1010111 100001

Color Harmonies of #9E840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E840B

Black with #9E840B

Text Example


Text Example

White with #9E840B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,132,11); }

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

background-color css

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

 a { background-color: rgb(158,132,11); }

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

border-color css

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

 span { border-color: rgb(158,132,11); }

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