Html Css Color HEX #9E850B Hacienda

📋 copy color: '#9E850B'

red 158 ◦ green 133 ◦ blue 11

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

Shades of Hacienda #9E850B

Tints of Hacienda #9E850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

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

R = 52.32%
G = 44.04%
B = 3.64%

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

#9E850B (or 0x9E850B) is known color: Hacienda. HEX triplet: 9E, 85 and 0B. RGB value is (158,133,11). Sum of RGB (Red+Green+Blue) = 158+133+11=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E850B is #617AF4. Grayscale: #7F7F7F. Windows color (decimal): -6388469 or 755102. OLE color: 755102.

HSL color Cylindrical-coordinate representation of color #9E850B: hue angle of 49.8º 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 #9E850B is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 133 11 -
CMYK 0 0.16 0.93 0.38
HSL 49.8º 0.87% 0.33% -
HSV(B) 49.8º 0.93% 0.62% -
XYZ 22.55 24.07 3.77 -
YUV 126.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 158 133 11 0 0.16 0.93 0.38 49.8 0.87 0.33
Hex 9E 85 B 0 10 5D 26 32 57 21
Octal 236 205 13 0 20 135 46 62 127 41
Binary 10011110 10000101 1011 0 10000 1011101 100110 110010 1010111 100001

Color Harmonies of #9E850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E850B

Black with #9E850B

Text Example


Text Example

White with #9E850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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