Html Css Color HEX #988018 Hacienda

📋 copy color: '#988018'

red 152 ◦ green 128 ◦ blue 24

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

Shades of Hacienda #988018

Tints of Hacienda #988018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.89%

R = 50%
G = 42.11%
B = 7.89%

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

#988018 (or 0x988018) is known color: Hacienda. HEX triplet: 98, 80 and 18. RGB value is (152,128,24). Sum of RGB (Red+Green+Blue) = 152+128+24=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #988018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988018 is #677FE7. Grayscale: #7B7B7B. Windows color (decimal): -6782952 or 1605784. OLE color: 1605784.

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

Color convert

RGB 152 128 24 -
CMYK 0 0.16 0.84 0.40
HSL 48.75º 0.73% 0.35% -
HSV(B) 48.75º 0.84% 0.6% -
XYZ 20.83 22.18 4.05 -
YUV 123.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 152 128 24 0 0.16 0.84 0.40 48.75 0.73 0.35
Hex 98 80 18 0 10 54 28 31 49 23
Octal 230 200 30 0 20 124 50 61 111 43
Binary 10011000 10000000 11000 0 10000 1010100 101000 110001 1001001 100011

Color Harmonies of #988018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988018

Black with #988018

Text Example


Text Example

White with #988018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988018; }

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

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

background-color css

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

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

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

border-color css

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

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

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