Html Css Color HEX #9B8218 Hacienda

📋 copy color: '#9B8218'

red 155 ◦ green 130 ◦ blue 24

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

Shades of Hacienda #9B8218

Tints of Hacienda #9B8218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.07%

 BLUE value IS 24 (9.77% from 255) = 7.77%

R = 50.16%
G = 42.07%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B8218 (or 0x9B8218) is known color: Hacienda. HEX triplet: 9B, 82 and 18. RGB value is (155,130,24). Sum of RGB (Red+Green+Blue) = 155+130+24=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8218 is #647DE7. Grayscale: #7D7D7D. Windows color (decimal): -6585832 or 1606299. OLE color: 1606299.

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

Color convert

RGB 155 130 24 -
CMYK 0 0.16 0.85 0.39
HSL 48.55º 0.73% 0.35% -
HSV(B) 48.55º 0.85% 0.61% -
XYZ 21.67 23 4.16 -
YUV 125.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 155 130 24 0 0.16 0.85 0.39 48.55 0.73 0.35
Hex 9B 82 18 0 10 55 27 31 49 23
Octal 233 202 30 0 20 125 47 61 111 43
Binary 10011011 10000010 11000 0 10000 1010101 100111 110001 1001001 100011

Color Harmonies of #9B8218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8218

Black with #9B8218

Text Example


Text Example

White with #9B8218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,24); }

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

background-color css

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

 a { background-color: rgb(155,130,24); }

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

border-color css

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

 span { border-color: rgb(155,130,24); }

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