Html Css Color HEX #988416 Hacienda

📋 copy color: '#988416'

red 152 ◦ green 132 ◦ blue 22

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

Shades of Hacienda #988416

Tints of Hacienda #988416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.14%

 BLUE value IS 22 (8.98% from 255) = 7.19%

R = 49.67%
G = 43.14%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#988416 (or 0x988416) is known color: Hacienda. HEX triplet: 98, 84 and 16. RGB value is (152,132,22). Sum of RGB (Red+Green+Blue) = 152+132+22=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #988416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988416 is #677BE9. Grayscale: #7D7D7D. Windows color (decimal): -6781930 or 1475736. OLE color: 1475736.

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

Color convert

RGB 152 132 22 -
CMYK 0 0.13 0.86 0.40
HSL 50.77º 0.75% 0.34% -
HSV(B) 50.77º 0.86% 0.6% -
XYZ 21.34 23.24 4.12 -
YUV 125.44 69.63 146.94 -
System Red Green Blue C M Y K H S L
Decimal 152 132 22 0 0.13 0.86 0.40 50.77 0.75 0.34
Hex 98 84 16 0 D 56 28 33 4B 22
Octal 230 204 26 0 15 126 50 63 113 42
Binary 10011000 10000100 10110 0 1101 1010110 101000 110011 1001011 100010

Color Harmonies of #988416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988416

Black with #988416

Text Example


Text Example

White with #988416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988416; }

 p { color: rgb(152,132,22); }

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

background-color css

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

 a { background-color: rgb(152,132,22); }

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

border-color css

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

 span { border-color: rgb(152,132,22); }

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