Html Css Color HEX #9B8B10 Hacienda

📋 copy color: '#9B8B10'

red 155 ◦ green 139 ◦ blue 16

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

Shades of Hacienda #9B8B10

Tints of Hacienda #9B8B10

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.84%

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 50%
G = 44.84%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B8B10 (or 0x9B8B10) is known color: Hacienda. HEX triplet: 9B, 8B and 10. RGB value is (155,139,16). Sum of RGB (Red+Green+Blue) = 155+139+16=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8B10 is #6474EF. Grayscale: #828282. Windows color (decimal): -6583536 or 1084315. OLE color: 1084315.

HSL color Cylindrical-coordinate representation of color #9B8B10: hue angle of 53.09º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B8B10 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 139 16 -
CMYK 0 0.10 0.90 0.39
HSL 53.09º 0.81% 0.34% -
HSV(B) 53.09º 0.9% 0.61% -
XYZ 22.84 25.47 4.2 -
YUV 129.76 63.8 146 -
System Red Green Blue C M Y K H S L
Decimal 155 139 16 0 0.10 0.90 0.39 53.09 0.81 0.34
Hex 9B 8B 10 0 A 5A 27 35 51 22
Octal 233 213 20 0 12 132 47 65 121 42
Binary 10011011 10001011 10000 0 1010 1011010 100111 110101 1010001 100010

Color Harmonies of #9B8B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8B10

Black with #9B8B10

Text Example


Text Example

White with #9B8B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,139,16); }

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

background-color css

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

 a { background-color: rgb(155,139,16); }

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

border-color css

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

 span { border-color: rgb(155,139,16); }

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