Html Css Color HEX #998914 Hacienda

📋 copy color: '#998914'

red 153 ◦ green 137 ◦ blue 20

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

Shades of Hacienda #998914

Tints of Hacienda #998914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.19%

 BLUE value IS 20 (8.2% from 255) = 6.45%

R = 49.35%
G = 44.19%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#998914 (or 0x998914) is known color: Hacienda. HEX triplet: 99, 89 and 14. RGB value is (153,137,20). Sum of RGB (Red+Green+Blue) = 153+137+20=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #998914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998914 is #6676EB. Grayscale: #808080. Windows color (decimal): -6715116 or 1345945. OLE color: 1345945.

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

Color convert

RGB 153 137 20 -
CMYK 0 0.10 0.87 0.4
HSL 52.78º 0.77% 0.34% -
HSV(B) 52.78º 0.87% 0.6% -
XYZ 22.21 24.71 4.26 -
YUV 128.45 66.8 145.51 -
System Red Green Blue C M Y K H S L
Decimal 153 137 20 0 0.10 0.87 0.4 52.78 0.77 0.34
Hex 99 89 14 0 A 57 28 35 4D 22
Octal 231 211 24 0 12 127 50 65 115 42
Binary 10011001 10001001 10100 0 1010 1010111 101000 110101 1001101 100010

Color Harmonies of #998914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998914

Black with #998914

Text Example


Text Example

White with #998914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998914; }

 p { color: rgb(153,137,20); }

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

background-color css

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

 a { background-color: rgb(153,137,20); }

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

border-color css

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

 span { border-color: rgb(153,137,20); }

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