Html Css Color HEX #9B8811 Hacienda

📋 copy color: '#9B8811'

red 155 ◦ green 136 ◦ blue 17

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

Shades of Hacienda #9B8811

Tints of Hacienda #9B8811

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.16%

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

R = 50.32%
G = 44.16%
B = 5.52%

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

#9B8811 (or 0x9B8811) is known color: Hacienda. HEX triplet: 9B, 88 and 11. RGB value is (155,136,17). Sum of RGB (Red+Green+Blue) = 155+136+17=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8811 is #6477EE. Grayscale: #808080. Windows color (decimal): -6584303 or 1149083. OLE color: 1149083.

HSL color Cylindrical-coordinate representation of color #9B8811: hue angle of 51.74º 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 #9B8811 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 136 17 -
CMYK 0 0.12 0.89 0.39
HSL 51.74º 0.8% 0.34% -
HSV(B) 51.74º 0.89% 0.61% -
XYZ 22.42 24.62 4.1 -
YUV 128.12 65.29 147.18 -
System Red Green Blue C M Y K H S L
Decimal 155 136 17 0 0.12 0.89 0.39 51.74 0.8 0.34
Hex 9B 88 11 0 C 59 27 34 50 22
Octal 233 210 21 0 14 131 47 64 120 42
Binary 10011011 10001000 10001 0 1100 1011001 100111 110100 1010000 100010

Color Harmonies of #9B8811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8811

Black with #9B8811

Text Example


Text Example

White with #9B8811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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