Html Css Color HEX #988910 Hacienda

📋 copy color: '#988910'

red 152 ◦ green 137 ◦ blue 16

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

Shades of Hacienda #988910

Tints of Hacienda #988910

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.92%

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

R = 49.84%
G = 44.92%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#988910 (or 0x988910) is known color: Hacienda. HEX triplet: 98, 89 and 10. RGB value is (152,137,16). Sum of RGB (Red+Green+Blue) = 152+137+16=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #988910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988910 is #6776EF. Grayscale: #808080. Windows color (decimal): -6780656 or 1083800. OLE color: 1083800.

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

Color convert

RGB 152 137 16 -
CMYK 0 0.10 0.89 0.40
HSL 53.38º 0.81% 0.33% -
HSV(B) 53.38º 0.89% 0.6% -
XYZ 21.99 24.6 4.08 -
YUV 127.69 64.97 145.34 -
System Red Green Blue C M Y K H S L
Decimal 152 137 16 0 0.10 0.89 0.40 53.38 0.81 0.33
Hex 98 89 10 0 A 59 28 35 51 21
Octal 230 211 20 0 12 131 50 65 121 41
Binary 10011000 10001001 10000 0 1010 1011001 101000 110101 1010001 100001

Color Harmonies of #988910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988910

Black with #988910

Text Example


Text Example

White with #988910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988910; }

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

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

background-color css

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

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

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

border-color css

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

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

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