Html Css Color HEX #988014 Hacienda

📋 copy color: '#988014'

red 152 ◦ green 128 ◦ blue 20

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

Shades of Hacienda #988014

Tints of Hacienda #988014

RGB

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

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

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

R = 50.67%
G = 42.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#988014 (or 0x988014) is known color: Hacienda. HEX triplet: 98, 80 and 14. RGB value is (152,128,20). Sum of RGB (Red+Green+Blue) = 152+128+20=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #988014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988014 is #677FEB. Grayscale: #7B7B7B. Windows color (decimal): -6782956 or 1343640. OLE color: 1343640.

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

Color convert

RGB 152 128 20 -
CMYK 0 0.16 0.87 0.40
HSL 49.09º 0.77% 0.34% -
HSV(B) 49.09º 0.87% 0.6% -
XYZ 20.79 22.16 3.84 -
YUV 122.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 152 128 20 0 0.16 0.87 0.40 49.09 0.77 0.34
Hex 98 80 14 0 10 57 28 31 4D 22
Octal 230 200 24 0 20 127 50 61 115 42
Binary 10011000 10000000 10100 0 10000 1010111 101000 110001 1001101 100010

Color Harmonies of #988014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988014

Black with #988014

Text Example


Text Example

White with #988014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988014; }

 p { color: rgb(152,128,20); }

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

background-color css

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

 a { background-color: rgb(152,128,20); }

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

border-color css

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

 span { border-color: rgb(152,128,20); }

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