#98975A

Color #98975A Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #98975A

Tints of Avocado #98975A

Color information

#98975A (or 0x98975A) is unknown color: approx Avocado. HEX triplet: 98, 97 and 5A. RGB value is (152,151,90). Sum of RGB (Red+Green+Blue) = 152+151+90=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98975A is #6768A5. Grayscale: #909090. Windows color (decimal): -6776998 or 5937048. OLE color: 5937048.

HSL color Cylindrical-coordinate representation of color #98975A: hue angle of 59.03º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98975A is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15215190-
CMYK00.010.410.40
HSL59.03º25.62%47.45%-
HSV(B)59.03º40.79%59.61%-
XYZ25.8629.5514.01-
YUV144.3497.33133.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 151 (59.38% from 255) = 38.42%
BLUE value IS 90 (35.55% from 255) = 22.90%
R=38.68%
G=38.42%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521519000.010.410.4059.0325.6247.45
Hex98975A0129283b1a2f
Octal230227132015150733257
Binary100110001001011110110100110100110100011101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98975A; }

 p { color: rgb(152,151,90); }

 H1.HeaderClassName
 {
   color: #98975A;
 }
 .AnyTagClassName
 {
   color: #98975A;
 }
</style>
background-color css

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

 a { background-color: rgb(152,151,90); }

 div.DivClassName
 {
   background-color: #98975A;
 }
 .BgClassName
 {
   background-color: #98975A;
 }
</style>
border-color css

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

 span { border-color: rgb(152,151,90); }

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