Html Css Color HEX #988217 Hacienda

📋 copy color: '#988217'

red 152 ◦ green 130 ◦ blue 23

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

Shades of Hacienda #988217

Tints of Hacienda #988217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

 BLUE value IS 23 (9.38% from 255) = 7.54%

R = 49.84%
G = 42.62%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#988217 (or 0x988217) is known color: Hacienda. HEX triplet: 98, 82 and 17. RGB value is (152,130,23). Sum of RGB (Red+Green+Blue) = 152+130+23=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #988217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988217 is #677DE8. Grayscale: #7C7C7C. Windows color (decimal): -6782441 or 1540760. OLE color: 1540760.

HSL color Cylindrical-coordinate representation of color #988217: hue angle of 49.77º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #988217 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 23 -
CMYK 0 0.14 0.85 0.40
HSL 49.77º 0.74% 0.34% -
HSV(B) 49.77º 0.85% 0.6% -
XYZ 21.09 22.7 4.08 -
YUV 124.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 152 130 23 0 0.14 0.85 0.40 49.77 0.74 0.34
Hex 98 82 17 0 E 55 28 32 4A 22
Octal 230 202 27 0 16 125 50 62 112 42
Binary 10011000 10000010 10111 0 1110 1010101 101000 110010 1001010 100010

Color Harmonies of #988217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988217

Black with #988217

Text Example


Text Example

White with #988217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988217; }

 p { color: rgb(152,130,23); }

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

background-color css

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

 a { background-color: rgb(152,130,23); }

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

border-color css

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

 span { border-color: rgb(152,130,23); }

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