Html Css Color HEX #998512 Hacienda

📋 copy color: '#998512'

red 153 ◦ green 133 ◦ blue 18

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

Shades of Hacienda #998512

Tints of Hacienda #998512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 50.33%
G = 43.75%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#998512 (or 0x998512) is known color: Hacienda. HEX triplet: 99, 85 and 12. RGB value is (153,133,18). Sum of RGB (Red+Green+Blue) = 153+133+18=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #998512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998512 is #667AED. Grayscale: #7E7E7E. Windows color (decimal): -6716142 or 1213849. OLE color: 1213849.

HSL color Cylindrical-coordinate representation of color #998512: hue angle of 51.11º degrees, saturation: 0.79, 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 #998512 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 133 18 -
CMYK 0 0.13 0.88 0.4
HSL 51.11º 0.79% 0.34% -
HSV(B) 51.11º 0.88% 0.6% -
XYZ 21.63 23.59 3.99 -
YUV 125.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 153 133 18 0 0.13 0.88 0.4 51.11 0.79 0.34
Hex 99 85 12 0 D 58 28 33 4F 22
Octal 231 205 22 0 15 130 50 63 117 42
Binary 10011001 10000101 10010 0 1101 1011000 101000 110011 1001111 100010

Color Harmonies of #998512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998512

Black with #998512

Text Example


Text Example

White with #998512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998512; }

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

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

background-color css

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

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

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

border-color css

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

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

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