#98995A

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

Shades of Avocado #98995A

Tints of Avocado #98995A

Color information

#98995A (or 0x98995A) is unknown color: approx Avocado. HEX triplet: 98, 99 and 5A. RGB value is (152,153,90). Sum of RGB (Red+Green+Blue) = 152+153+90=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #98995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98995A is #6766A5. Grayscale: #919191. Windows color (decimal): -6776486 or 5937560. OLE color: 5937560.

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

Color convert

RGB15215390-
CMYK0.0100.410.4
HSL60.95º25.93%47.65%-
HSV(B)60.95º41.18%60%-
XYZ26.1930.214.12-
YUV145.5296.67132.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=38.48%
G=38.73%
B=22.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152153900.0100.410.460.9525.9347.65
Hex98995A1029283d1a30
Octal230231132105150753260
Binary100110001001100110110101010100110100011110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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