Html Css Color HEX #988011 Hacienda

📋 copy color: '#988011'

red 152 ◦ green 128 ◦ blue 17

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

Shades of Hacienda #988011

Tints of Hacienda #988011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.72%

R = 51.18%
G = 43.1%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#988011 (or 0x988011) is known color: Hacienda. HEX triplet: 98, 80 and 11. RGB value is (152,128,17). Sum of RGB (Red+Green+Blue) = 152+128+17=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #988011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988011 is #677FEE. Grayscale: #7A7A7A. Windows color (decimal): -6782959 or 1147032. OLE color: 1147032.

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

Color convert

RGB 152 128 17 -
CMYK 0 0.16 0.89 0.40
HSL 49.33º 0.8% 0.33% -
HSV(B) 49.33º 0.89% 0.6% -
XYZ 20.77 22.15 3.71 -
YUV 122.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 152 128 17 0 0.16 0.89 0.40 49.33 0.8 0.33
Hex 98 80 11 0 10 59 28 31 50 21
Octal 230 200 21 0 20 131 50 61 120 41
Binary 10011000 10000000 10001 0 10000 1011001 101000 110001 1010000 100001

Color Harmonies of #988011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988011

Black with #988011

Text Example


Text Example

White with #988011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988011; }

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

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

background-color css

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

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

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

border-color css

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

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

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