#98985C

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

Shades of Avocado #98985C

Tints of Avocado #98985C

Color information

#98985C (or 0x98985C) is unknown color: approx Avocado. HEX triplet: 98, 98 and 5C. RGB value is (152,152,92). Sum of RGB (Red+Green+Blue) = 152+152+92=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98985C is #6767A3. Grayscale: #919191. Windows color (decimal): -6776740 or 6068376. OLE color: 6068376.

HSL color Cylindrical-coordinate representation of color #98985C: hue angle of 60º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98985C is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB15215292-
CMYK000.390.40
HSL60º24.59%47.84%-
HSV(B)60º39.47%59.61%-
XYZ26.1129.914.52-
YUV145.1698132.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=38.38%
G=38.38%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215292000.390.406024.5947.84
Hex98985C0027283c1930
Octal230230134004750743160
Binary100110001001100010111000010011110100011110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98985C; }

 p { color: rgb(152,152,92); }

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

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

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

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

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

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

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