Html Css Color HEX #988510 Hacienda

📋 copy color: '#988510'

red 152 ◦ green 133 ◦ blue 16

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

Shades of Hacienda #988510

Tints of Hacienda #988510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 50.5%
G = 44.19%
B = 5.32%

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

#988510 (or 0x988510) is known color: Hacienda. HEX triplet: 98, 85 and 10. RGB value is (152,133,16). Sum of RGB (Red+Green+Blue) = 152+133+16=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #988510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988510 is #677AEF. Grayscale: #7D7D7D. Windows color (decimal): -6781680 or 1082776. OLE color: 1082776.

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

Color convert

RGB 152 133 16 -
CMYK 0 0.13 0.89 0.40
HSL 51.62º 0.81% 0.33% -
HSV(B) 51.62º 0.89% 0.6% -
XYZ 21.43 23.49 3.89 -
YUV 125.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 152 133 16 0 0.13 0.89 0.40 51.62 0.81 0.33
Hex 98 85 10 0 D 59 28 34 51 21
Octal 230 205 20 0 15 131 50 64 121 41
Binary 10011000 10000101 10000 0 1101 1011001 101000 110100 1010001 100001

Color Harmonies of #988510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988510

Black with #988510

Text Example


Text Example

White with #988510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988510; }

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

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

background-color css

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

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

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

border-color css

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

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

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