Html Css Color HEX #988024 Hacienda

📋 copy color: '#988024'

red 152 ◦ green 128 ◦ blue 36

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

Shades of Hacienda #988024

Tints of Hacienda #988024

RGB

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

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

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

R = 48.1%
G = 40.51%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#988024 (or 0x988024) is known color: Hacienda. HEX triplet: 98, 80 and 24. RGB value is (152,128,36). Sum of RGB (Red+Green+Blue) = 152+128+36=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #988024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988024 is #677FDB. Grayscale: #7D7D7D. Windows color (decimal): -6782940 or 2392216. OLE color: 2392216.

HSL color Cylindrical-coordinate representation of color #988024: hue angle of 47.59º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #988024 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 36 -
CMYK 0 0.16 0.76 0.40
HSL 47.59º 0.62% 0.37% -
HSV(B) 47.59º 0.76% 0.6% -
XYZ 20.99 22.24 4.86 -
YUV 124.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 152 128 36 0 0.16 0.76 0.40 47.59 0.62 0.37
Hex 98 80 24 0 10 4C 28 30 3E 25
Octal 230 200 44 0 20 114 50 60 76 45
Binary 10011000 10000000 100100 0 10000 1001100 101000 110000 111110 100101

Color Harmonies of #988024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988024

Black with #988024

Text Example


Text Example

White with #988024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988024; }

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

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

background-color css

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

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

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

border-color css

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

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

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