Html Css Color HEX #988019 Hacienda

📋 copy color: '#988019'

red 152 ◦ green 128 ◦ blue 25

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

Shades of Hacienda #988019

Tints of Hacienda #988019

RGB

 RED value IS 152 (59.77% from 255) = 49.84%

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

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

R = 49.84%
G = 41.97%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#988019 (or 0x988019) is known color: Hacienda. HEX triplet: 98, 80 and 19. RGB value is (152,128,25). Sum of RGB (Red+Green+Blue) = 152+128+25=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #988019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988019 is #677FE6. Grayscale: #7B7B7B. Windows color (decimal): -6782951 or 1671320. OLE color: 1671320.

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

Color convert

RGB 152 128 25 -
CMYK 0 0.16 0.84 0.40
HSL 48.66º 0.72% 0.35% -
HSV(B) 48.66º 0.84% 0.6% -
XYZ 20.84 22.18 4.1 -
YUV 123.43 72.45 148.38 -
System Red Green Blue C M Y K H S L
Decimal 152 128 25 0 0.16 0.84 0.40 48.66 0.72 0.35
Hex 98 80 19 0 10 54 28 31 48 23
Octal 230 200 31 0 20 124 50 61 110 43
Binary 10011000 10000000 11001 0 10000 1010100 101000 110001 1001000 100011

Color Harmonies of #988019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988019

Black with #988019

Text Example


Text Example

White with #988019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988019; }

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

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

background-color css

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

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

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

border-color css

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

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

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