Html Css Color HEX #988015 Hacienda

📋 copy color: '#988015'

red 152 ◦ green 128 ◦ blue 21

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

Shades of Hacienda #988015

Tints of Hacienda #988015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 50.5%
G = 42.52%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#988015 (or 0x988015) is known color: Hacienda. HEX triplet: 98, 80 and 15. RGB value is (152,128,21). Sum of RGB (Red+Green+Blue) = 152+128+21=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #988015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988015 is #677FEA. Grayscale: #7B7B7B. Windows color (decimal): -6782955 or 1409176. OLE color: 1409176.

HSL color Cylindrical-coordinate representation of color #988015: hue angle of 49.01º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #988015 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 21 -
CMYK 0 0.16 0.86 0.40
HSL 49.01º 0.76% 0.34% -
HSV(B) 49.01º 0.86% 0.6% -
XYZ 20.8 22.17 3.89 -
YUV 122.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 152 128 21 0 0.16 0.86 0.40 49.01 0.76 0.34
Hex 98 80 15 0 10 56 28 31 4C 22
Octal 230 200 25 0 20 126 50 61 114 42
Binary 10011000 10000000 10101 0 10000 1010110 101000 110001 1001100 100010

Color Harmonies of #988015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988015

Black with #988015

Text Example


Text Example

White with #988015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988015; }

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

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

background-color css

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

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

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

border-color css

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

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

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