Html Css Color HEX #998A10 Hacienda

📋 copy color: '#998A10'

red 153 ◦ green 138 ◦ blue 16

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

Shades of Hacienda #998A10

Tints of Hacienda #998A10

RGB

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

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

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

R = 49.84%
G = 44.95%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#998A10 (or 0x998A10) is known color: Hacienda. HEX triplet: 99, 8A and 10. RGB value is (153,138,16). Sum of RGB (Red+Green+Blue) = 153+138+16=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #998A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998A10 is #6675EF. Grayscale: #818181. Windows color (decimal): -6714864 or 1084057. OLE color: 1084057.

HSL color Cylindrical-coordinate representation of color #998A10: hue angle of 53.43º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #998A10 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 16 -
CMYK 0 0.10 0.90 0.4
HSL 53.43º 0.81% 0.33% -
HSV(B) 53.43º 0.9% 0.6% -
XYZ 22.32 24.99 4.14 -
YUV 128.58 64.47 145.42 -
System Red Green Blue C M Y K H S L
Decimal 153 138 16 0 0.10 0.90 0.4 53.43 0.81 0.33
Hex 99 8A 10 0 A 5A 28 35 51 21
Octal 231 212 20 0 12 132 50 65 121 41
Binary 10011001 10001010 10000 0 1010 1011010 101000 110101 1010001 100001

Color Harmonies of #998A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A10

Black with #998A10

Text Example


Text Example

White with #998A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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