Html Css Color HEX #9A8019 Hacienda

📋 copy color: '#9A8019'

red 154 ◦ green 128 ◦ blue 25

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

Shades of Hacienda #9A8019

Tints of Hacienda #9A8019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.14%

R = 50.16%
G = 41.69%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#9A8019 (or 0x9A8019) is known color: Hacienda. HEX triplet: 9A, 80 and 19. RGB value is (154,128,25). Sum of RGB (Red+Green+Blue) = 154+128+25=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8019 is #657FE6. Grayscale: #7C7C7C. Windows color (decimal): -6651879 or 1671322. OLE color: 1671322.

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

Color convert

RGB 154 128 25 -
CMYK 0 0.17 0.84 0.40
HSL 47.91º 0.72% 0.35% -
HSV(B) 47.91º 0.84% 0.6% -
XYZ 21.22 22.38 4.12 -
YUV 124.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 154 128 25 0 0.17 0.84 0.40 47.91 0.72 0.35
Hex 9A 80 19 0 11 54 28 30 48 23
Octal 232 200 31 0 21 124 50 60 110 43
Binary 10011010 10000000 11001 0 10001 1010100 101000 110000 1001000 100011

Color Harmonies of #9A8019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8019

Black with #9A8019

Text Example


Text Example

White with #9A8019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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