Html Css Color HEX #998013 Hacienda

📋 copy color: '#998013'

red 153 ◦ green 128 ◦ blue 19

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

Shades of Hacienda #998013

Tints of Hacienda #998013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.67%

 BLUE value IS 19 (7.81% from 255) = 6.33%

R = 51%
G = 42.67%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#998013 (or 0x998013) is known color: Hacienda. HEX triplet: 99, 80 and 13. RGB value is (153,128,19). Sum of RGB (Red+Green+Blue) = 153+128+19=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #998013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998013 is #667FEC. Grayscale: #7B7B7B. Windows color (decimal): -6717421 or 1278105. OLE color: 1278105.

HSL color Cylindrical-coordinate representation of color #998013: hue angle of 48.81º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #998013 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 19 -
CMYK 0 0.16 0.88 0.4
HSL 48.81º 0.78% 0.34% -
HSV(B) 48.81º 0.88% 0.6% -
XYZ 20.97 22.26 3.81 -
YUV 123.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 153 128 19 0 0.16 0.88 0.4 48.81 0.78 0.34
Hex 99 80 13 0 10 58 28 31 4E 22
Octal 231 200 23 0 20 130 50 61 116 42
Binary 10011001 10000000 10011 0 10000 1011000 101000 110001 1001110 100010

Color Harmonies of #998013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998013

Black with #998013

Text Example


Text Example

White with #998013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998013; }

 p { color: rgb(153,128,19); }

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

background-color css

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

 a { background-color: rgb(153,128,19); }

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

border-color css

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

 span { border-color: rgb(153,128,19); }

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