Html Css Color HEX #988210 Hacienda

📋 copy color: '#988210'

red 152 ◦ green 130 ◦ blue 16

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

Shades of Hacienda #988210

Tints of Hacienda #988210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 51.01%
G = 43.62%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#988210 (or 0x988210) is known color: Hacienda. HEX triplet: 98, 82 and 10. RGB value is (152,130,16). Sum of RGB (Red+Green+Blue) = 152+130+16=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #988210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988210 is #677DEF. Grayscale: #7C7C7C. Windows color (decimal): -6782448 or 1082008. OLE color: 1082008.

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

Color convert

RGB 152 130 16 -
CMYK 0 0.14 0.89 0.40
HSL 50.29º 0.81% 0.33% -
HSV(B) 50.29º 0.89% 0.6% -
XYZ 21.03 22.68 3.76 -
YUV 123.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 152 130 16 0 0.14 0.89 0.40 50.29 0.81 0.33
Hex 98 82 10 0 E 59 28 32 51 21
Octal 230 202 20 0 16 131 50 62 121 41
Binary 10011000 10000010 10000 0 1110 1011001 101000 110010 1010001 100001

Color Harmonies of #988210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988210

Black with #988210

Text Example


Text Example

White with #988210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988210; }

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

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

background-color css

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

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

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

border-color css

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

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

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