Html Css Color HEX #9B8911 Hacienda

📋 copy color: '#9B8911'

red 155 ◦ green 137 ◦ blue 17

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

Shades of Hacienda #9B8911

Tints of Hacienda #9B8911

RGB

 RED value IS 155 (60.94% from 255) = 50.16%

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 17 (7.03% from 255) = 5.5%

R = 50.16%
G = 44.34%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B8911 (or 0x9B8911) is known color: Hacienda. HEX triplet: 9B, 89 and 11. RGB value is (155,137,17). Sum of RGB (Red+Green+Blue) = 155+137+17=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8911 is #6476EE. Grayscale: #818181. Windows color (decimal): -6584047 or 1149339. OLE color: 1149339.

HSL color Cylindrical-coordinate representation of color #9B8911: hue angle of 52.17º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B8911 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 137 17 -
CMYK 0 0.12 0.89 0.39
HSL 52.17º 0.8% 0.34% -
HSV(B) 52.17º 0.89% 0.61% -
XYZ 22.56 24.9 4.15 -
YUV 128.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 155 137 17 0 0.12 0.89 0.39 52.17 0.8 0.34
Hex 9B 89 11 0 C 59 27 34 50 22
Octal 233 211 21 0 14 131 47 64 120 42
Binary 10011011 10001001 10001 0 1100 1011001 100111 110100 1010000 100010

Color Harmonies of #9B8911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8911

Black with #9B8911

Text Example


Text Example

White with #9B8911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,137,17); }

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

background-color css

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

 a { background-color: rgb(155,137,17); }

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

border-color css

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

 span { border-color: rgb(155,137,17); }

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