Html Css Color HEX #9B8716 Hacienda

📋 copy color: '#9B8716'

red 155 ◦ green 135 ◦ blue 22

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

Shades of Hacienda #9B8716

Tints of Hacienda #9B8716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.27%

 BLUE value IS 22 (8.98% from 255) = 7.05%

R = 49.68%
G = 43.27%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B8716 (or 0x9B8716) is known color: Hacienda. HEX triplet: 9B, 87 and 16. RGB value is (155,135,22). Sum of RGB (Red+Green+Blue) = 155+135+22=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8716 is #6478E9. Grayscale: #808080. Windows color (decimal): -6584554 or 1476507. OLE color: 1476507.

HSL color Cylindrical-coordinate representation of color #9B8716: hue angle of 50.98º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B8716 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 135 22 -
CMYK 0 0.13 0.86 0.39
HSL 50.98º 0.75% 0.35% -
HSV(B) 50.98º 0.86% 0.61% -
XYZ 22.33 24.35 4.28 -
YUV 128.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 155 135 22 0 0.13 0.86 0.39 50.98 0.75 0.35
Hex 9B 87 16 0 D 56 27 33 4B 23
Octal 233 207 26 0 15 126 47 63 113 43
Binary 10011011 10000111 10110 0 1101 1010110 100111 110011 1001011 100011

Color Harmonies of #9B8716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8716

Black with #9B8716

Text Example


Text Example

White with #9B8716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,135,22); }

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

background-color css

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

 a { background-color: rgb(155,135,22); }

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

border-color css

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

 span { border-color: rgb(155,135,22); }

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