Html Css Color HEX #9B8024 Hacienda

📋 copy color: '#9B8024'

red 155 ◦ green 128 ◦ blue 36

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

Shades of Hacienda #9B8024

Tints of Hacienda #9B8024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.29%

R = 48.59%
G = 40.13%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B8024 (or 0x9B8024) is known color: Hacienda. HEX triplet: 9B, 80 and 24. RGB value is (155,128,36). Sum of RGB (Red+Green+Blue) = 155+128+36=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8024 is #647FDB. Grayscale: #7D7D7D. Windows color (decimal): -6586332 or 2392219. OLE color: 2392219.

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

Color convert

RGB 155 128 36 -
CMYK 0 0.17 0.77 0.39
HSL 46.39º 0.62% 0.37% -
HSV(B) 46.39º 0.77% 0.61% -
XYZ 21.56 22.53 4.88 -
YUV 125.59 77.45 148.98 -
System Red Green Blue C M Y K H S L
Decimal 155 128 36 0 0.17 0.77 0.39 46.39 0.62 0.37
Hex 9B 80 24 0 11 4D 27 2E 3E 25
Octal 233 200 44 0 21 115 47 56 76 45
Binary 10011011 10000000 100100 0 10001 1001101 100111 101110 111110 100101

Color Harmonies of #9B8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8024

Black with #9B8024

Text Example


Text Example

White with #9B8024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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