Html Css Color HEX #998A15 Hacienda

📋 copy color: '#998A15'

red 153 ◦ green 138 ◦ blue 21

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

Shades of Hacienda #998A15

Tints of Hacienda #998A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 49.04%
G = 44.23%
B = 6.73%

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

#998A15 (or 0x998A15) is known color: Hacienda. HEX triplet: 99, 8A and 15. RGB value is (153,138,21). Sum of RGB (Red+Green+Blue) = 153+138+21=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #998A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998A15 is #6675EA. Grayscale: #818181. Windows color (decimal): -6714859 or 1411737. OLE color: 1411737.

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

Color convert

RGB 153 138 21 -
CMYK 0 0.10 0.86 0.4
HSL 53.18º 0.76% 0.34% -
HSV(B) 53.18º 0.86% 0.6% -
XYZ 22.36 25 4.36 -
YUV 129.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 153 138 21 0 0.10 0.86 0.4 53.18 0.76 0.34
Hex 99 8A 15 0 A 56 28 35 4C 22
Octal 231 212 25 0 12 126 50 65 114 42
Binary 10011001 10001010 10101 0 1010 1010110 101000 110101 1001100 100010

Color Harmonies of #998A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A15

Black with #998A15

Text Example


Text Example

White with #998A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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