Html Css Color HEX #9B8020 Hacienda

📋 copy color: '#9B8020'

red 155 ◦ green 128 ◦ blue 32

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

Shades of Hacienda #9B8020

Tints of Hacienda #9B8020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.63%

 BLUE value IS 32 (12.89% from 255) = 10.16%

R = 49.21%
G = 40.63%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B8020 (or 0x9B8020) is known color: Hacienda. HEX triplet: 9B, 80 and 20. RGB value is (155,128,32). Sum of RGB (Red+Green+Blue) = 155+128+32=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8020 is #647FDF. Grayscale: #7D7D7D. Windows color (decimal): -6586336 or 2130075. OLE color: 2130075.

HSL color Cylindrical-coordinate representation of color #9B8020: hue angle of 46.83º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B8020 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 128 32 -
CMYK 0 0.17 0.79 0.39
HSL 46.83º 0.66% 0.37% -
HSV(B) 46.83º 0.79% 0.61% -
XYZ 21.5 22.51 4.58 -
YUV 125.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 155 128 32 0 0.17 0.79 0.39 46.83 0.66 0.37
Hex 9B 80 20 0 11 4F 27 2F 42 25
Octal 233 200 40 0 21 117 47 57 102 45
Binary 10011011 10000000 100000 0 10001 1001111 100111 101111 1000010 100101

Color Harmonies of #9B8020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8020

Black with #9B8020

Text Example


Text Example

White with #9B8020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,128,32); }

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

background-color css

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

 a { background-color: rgb(155,128,32); }

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

border-color css

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

 span { border-color: rgb(155,128,32); }

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