Html Css Color HEX #9A8016 Hacienda

📋 copy color: '#9A8016'

red 154 ◦ green 128 ◦ blue 22

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

Shades of Hacienda #9A8016

Tints of Hacienda #9A8016

RGB

 RED value IS 154 (60.55% from 255) = 50.66%

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

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

R = 50.66%
G = 42.11%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A8016 (or 0x9A8016) is known color: Hacienda. HEX triplet: 9A, 80 and 16. RGB value is (154,128,22). Sum of RGB (Red+Green+Blue) = 154+128+22=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8016 is #657FE9. Grayscale: #7C7C7C. Windows color (decimal): -6651882 or 1474714. OLE color: 1474714.

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

Color convert

RGB 154 128 22 -
CMYK 0 0.17 0.86 0.40
HSL 48.18º 0.75% 0.35% -
HSV(B) 48.18º 0.86% 0.6% -
XYZ 21.19 22.37 3.96 -
YUV 123.69 70.61 149.62 -
System Red Green Blue C M Y K H S L
Decimal 154 128 22 0 0.17 0.86 0.40 48.18 0.75 0.35
Hex 9A 80 16 0 11 56 28 30 4B 23
Octal 232 200 26 0 21 126 50 60 113 43
Binary 10011010 10000000 10110 0 10001 1010110 101000 110000 1001011 100011

Color Harmonies of #9A8016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8016

Black with #9A8016

Text Example


Text Example

White with #9A8016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,128,22); }

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

background-color css

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

 a { background-color: rgb(154,128,22); }

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

border-color css

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

 span { border-color: rgb(154,128,22); }

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