Html Css Color HEX #998A16 Hacienda

📋 copy color: '#998A16'

red 153 ◦ green 138 ◦ blue 22

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

Shades of Hacienda #998A16

Tints of Hacienda #998A16

RGB

 RED value IS 153 (60.16% from 255) = 48.88%

 GREEN value IS 138 (54.3% from 255) = 44.09%

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

R = 48.88%
G = 44.09%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#998A16 (or 0x998A16) is known color: Hacienda. HEX triplet: 99, 8A and 16. RGB value is (153,138,22). Sum of RGB (Red+Green+Blue) = 153+138+22=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #998A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998A16 is #6675E9. Grayscale: #818181. Windows color (decimal): -6714858 or 1477273. OLE color: 1477273.

HSL color Cylindrical-coordinate representation of color #998A16: hue angle of 53.13º 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 #998A16 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 22 -
CMYK 0 0.10 0.86 0.4
HSL 53.13º 0.75% 0.34% -
HSV(B) 53.13º 0.86% 0.6% -
XYZ 22.37 25.01 4.41 -
YUV 129.26 67.47 144.93 -
System Red Green Blue C M Y K H S L
Decimal 153 138 22 0 0.10 0.86 0.4 53.13 0.75 0.34
Hex 99 8A 16 0 A 56 28 35 4B 22
Octal 231 212 26 0 12 126 50 65 113 42
Binary 10011001 10001010 10110 0 1010 1010110 101000 110101 1001011 100010

Color Harmonies of #998A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A16

Black with #998A16

Text Example


Text Example

White with #998A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998A16; }

 p { color: rgb(153,138,22); }

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

background-color css

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

 a { background-color: rgb(153,138,22); }

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

border-color css

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

 span { border-color: rgb(153,138,22); }

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