Html Css Color HEX #998017 Hacienda

📋 copy color: '#998017'

red 153 ◦ green 128 ◦ blue 23

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

Shades of Hacienda #998017

Tints of Hacienda #998017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.57%

R = 50.33%
G = 42.11%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#998017 (or 0x998017) is known color: Hacienda. HEX triplet: 99, 80 and 17. RGB value is (153,128,23). Sum of RGB (Red+Green+Blue) = 153+128+23=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #998017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998017 is #667FE8. Grayscale: #7B7B7B. Windows color (decimal): -6717417 or 1540249. OLE color: 1540249.

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

Color convert

RGB 153 128 23 -
CMYK 0 0.16 0.85 0.4
HSL 48.46º 0.74% 0.35% -
HSV(B) 48.46º 0.85% 0.6% -
XYZ 21.01 22.27 4 -
YUV 123.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 153 128 23 0 0.16 0.85 0.4 48.46 0.74 0.35
Hex 99 80 17 0 10 55 28 30 4A 23
Octal 231 200 27 0 20 125 50 60 112 43
Binary 10011001 10000000 10111 0 10000 1010101 101000 110000 1001010 100011

Color Harmonies of #998017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998017

Black with #998017

Text Example


Text Example

White with #998017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998017; }

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

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

background-color css

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

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

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

border-color css

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

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

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