Html Css Color HEX #988512 Hacienda

📋 copy color: '#988512'

red 152 ◦ green 133 ◦ blue 18

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

Shades of Hacienda #988512

Tints of Hacienda #988512

RGB

 RED value IS 152 (59.77% from 255) = 50.17%

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

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

R = 50.17%
G = 43.89%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#988512 (or 0x988512) is known color: Hacienda. HEX triplet: 98, 85 and 12. RGB value is (152,133,18). Sum of RGB (Red+Green+Blue) = 152+133+18=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #988512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988512 is #677AED. Grayscale: #7E7E7E. Windows color (decimal): -6781678 or 1213848. OLE color: 1213848.

HSL color Cylindrical-coordinate representation of color #988512: hue angle of 51.49º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #988512 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 18 -
CMYK 0 0.13 0.88 0.40
HSL 51.49º 0.79% 0.33% -
HSV(B) 51.49º 0.88% 0.6% -
XYZ 21.45 23.49 3.98 -
YUV 125.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 152 133 18 0 0.13 0.88 0.40 51.49 0.79 0.33
Hex 98 85 12 0 D 58 28 33 4F 21
Octal 230 205 22 0 15 130 50 63 117 41
Binary 10011000 10000101 10010 0 1101 1011000 101000 110011 1001111 100001

Color Harmonies of #988512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988512

Black with #988512

Text Example


Text Example

White with #988512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988512; }

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

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

background-color css

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

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

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

border-color css

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

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

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