Html Css Color HEX #998010 Hacienda

📋 copy color: '#998010'

red 153 ◦ green 128 ◦ blue 16

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

Shades of Hacienda #998010

Tints of Hacienda #998010

RGB

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

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

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

R = 51.52%
G = 43.1%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#998010 (or 0x998010) is known color: Hacienda. HEX triplet: 99, 80 and 10. RGB value is (153,128,16). Sum of RGB (Red+Green+Blue) = 153+128+16=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #998010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998010 is #667FEF. Grayscale: #7B7B7B. Windows color (decimal): -6717424 or 1081497. OLE color: 1081497.

HSL color Cylindrical-coordinate representation of color #998010: hue angle of 49.05º 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 #998010 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 16 -
CMYK 0 0.16 0.90 0.4
HSL 49.05º 0.81% 0.33% -
HSV(B) 49.05º 0.9% 0.6% -
XYZ 20.95 22.25 3.68 -
YUV 122.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 153 128 16 0 0.16 0.90 0.4 49.05 0.81 0.33
Hex 99 80 10 0 10 5A 28 31 51 21
Octal 231 200 20 0 20 132 50 61 121 41
Binary 10011001 10000000 10000 0 10000 1011010 101000 110001 1010001 100001

Color Harmonies of #998010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998010

Black with #998010

Text Example


Text Example

White with #998010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998010; }

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

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

background-color css

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

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

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

border-color css

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

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

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