Html Css Color HEX #998518 Hacienda

📋 copy color: '#998518'

red 153 ◦ green 133 ◦ blue 24

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

Shades of Hacienda #998518

Tints of Hacienda #998518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 49.35%
G = 42.9%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#998518 (or 0x998518) is known color: Hacienda. HEX triplet: 99, 85 and 18. RGB value is (153,133,24). Sum of RGB (Red+Green+Blue) = 153+133+24=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #998518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998518 is #667AE7. Grayscale: #7F7F7F. Windows color (decimal): -6716136 or 1607065. OLE color: 1607065.

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

Color convert

RGB 153 133 24 -
CMYK 0 0.13 0.84 0.4
HSL 50.7º 0.73% 0.35% -
HSV(B) 50.7º 0.84% 0.6% -
XYZ 21.69 23.61 4.28 -
YUV 126.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 153 133 24 0 0.13 0.84 0.4 50.7 0.73 0.35
Hex 99 85 18 0 D 54 28 33 49 23
Octal 231 205 30 0 15 124 50 63 111 43
Binary 10011001 10000101 11000 0 1101 1010100 101000 110011 1001001 100011

Color Harmonies of #998518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998518

Black with #998518

Text Example


Text Example

White with #998518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998518; }

 p { color: rgb(153,133,24); }

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

background-color css

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

 a { background-color: rgb(153,133,24); }

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

border-color css

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

 span { border-color: rgb(153,133,24); }

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