Html Css Color HEX #988511 Hacienda

📋 copy color: '#988511'

red 152 ◦ green 133 ◦ blue 17

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

Shades of Hacienda #988511

Tints of Hacienda #988511

RGB

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

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

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

R = 50.33%
G = 44.04%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#988511 (or 0x988511) is known color: Hacienda. HEX triplet: 98, 85 and 11. RGB value is (152,133,17). Sum of RGB (Red+Green+Blue) = 152+133+17=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #988511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988511 is #677AEE. Grayscale: #7D7D7D. Windows color (decimal): -6781679 or 1148312. OLE color: 1148312.

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

Color convert

RGB 152 133 17 -
CMYK 0 0.13 0.89 0.40
HSL 51.56º 0.8% 0.33% -
HSV(B) 51.56º 0.89% 0.6% -
XYZ 21.44 23.49 3.93 -
YUV 125.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 152 133 17 0 0.13 0.89 0.40 51.56 0.8 0.33
Hex 98 85 11 0 D 59 28 34 50 21
Octal 230 205 21 0 15 131 50 64 120 41
Binary 10011000 10000101 10001 0 1101 1011001 101000 110100 1010000 100001

Color Harmonies of #988511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988511

Black with #988511

Text Example


Text Example

White with #988511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988511; }

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

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

background-color css

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

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

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

border-color css

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

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

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