Html Css Color HEX #988518 Hacienda

📋 copy color: '#988518'

red 152 ◦ green 133 ◦ blue 24

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

Shades of Hacienda #988518

Tints of Hacienda #988518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.04%

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

R = 49.19%
G = 43.04%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#988518 (or 0x988518) is known color: Hacienda. HEX triplet: 98, 85 and 18. RGB value is (152,133,24). Sum of RGB (Red+Green+Blue) = 152+133+24=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #988518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988518 is #677AE7. Grayscale: #7E7E7E. Windows color (decimal): -6781672 or 1607064. OLE color: 1607064.

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

Color convert

RGB 152 133 24 -
CMYK 0 0.13 0.84 0.40
HSL 51.09º 0.73% 0.35% -
HSV(B) 51.09º 0.84% 0.6% -
XYZ 21.5 23.52 4.27 -
YUV 126.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 152 133 24 0 0.13 0.84 0.40 51.09 0.73 0.35
Hex 98 85 18 0 D 54 28 33 49 23
Octal 230 205 30 0 15 124 50 63 111 43
Binary 10011000 10000101 11000 0 1101 1010100 101000 110011 1001001 100011

Color Harmonies of #988518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988518

Black with #988518

Text Example


Text Example

White with #988518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988518; }

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

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

background-color css

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

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

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

border-color css

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

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

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