Html Css Color HEX #998A11 Hacienda

📋 copy color: '#998A11'

red 153 ◦ green 138 ◦ blue 17

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

Shades of Hacienda #998A11

Tints of Hacienda #998A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 49.68%
G = 44.81%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#998A11 (or 0x998A11) is known color: Hacienda. HEX triplet: 99, 8A and 11. RGB value is (153,138,17). Sum of RGB (Red+Green+Blue) = 153+138+17=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #998A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998A11 is #6675EE. Grayscale: #818181. Windows color (decimal): -6714863 or 1149593. OLE color: 1149593.

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

Color convert

RGB 153 138 17 -
CMYK 0 0.10 0.89 0.4
HSL 53.38º 0.8% 0.33% -
HSV(B) 53.38º 0.89% 0.6% -
XYZ 22.33 24.99 4.18 -
YUV 128.69 64.97 145.34 -
System Red Green Blue C M Y K H S L
Decimal 153 138 17 0 0.10 0.89 0.4 53.38 0.8 0.33
Hex 99 8A 11 0 A 59 28 35 50 21
Octal 231 212 21 0 12 131 50 65 120 41
Binary 10011001 10001010 10001 0 1010 1011001 101000 110101 1010000 100001

Color Harmonies of #998A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A11

Black with #998A11

Text Example


Text Example

White with #998A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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