Html Css Color HEX #998019 Hacienda

📋 copy color: '#998019'

red 153 ◦ green 128 ◦ blue 25

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

Shades of Hacienda #998019

Tints of Hacienda #998019

RGB

 RED value IS 153 (60.16% from 255) = 50%

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

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

R = 50%
G = 41.83%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#998019 (or 0x998019) is known color: Hacienda. HEX triplet: 99, 80 and 19. RGB value is (153,128,25). Sum of RGB (Red+Green+Blue) = 153+128+25=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #998019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998019 is #667FE6. Grayscale: #7C7C7C. Windows color (decimal): -6717415 or 1671321. OLE color: 1671321.

HSL color Cylindrical-coordinate representation of color #998019: hue angle of 48.28º 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 #998019 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 25 -
CMYK 0 0.16 0.84 0.4
HSL 48.28º 0.72% 0.35% -
HSV(B) 48.28º 0.84% 0.6% -
XYZ 21.03 22.28 4.11 -
YUV 123.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 153 128 25 0 0.16 0.84 0.4 48.28 0.72 0.35
Hex 99 80 19 0 10 54 28 30 48 23
Octal 231 200 31 0 20 124 50 60 110 43
Binary 10011001 10000000 11001 0 10000 1010100 101000 110000 1001000 100011

Color Harmonies of #998019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998019

Black with #998019

Text Example


Text Example

White with #998019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998019; }

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

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

background-color css

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

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

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

border-color css

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

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

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