#98945E

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

Shades of Avocado #98945E

Tints of Avocado #98945E

Color information

#98945E (or 0x98945E) is unknown color: approx Avocado. HEX triplet: 98, 94 and 5E. RGB value is (152,148,94). Sum of RGB (Red+Green+Blue) = 152+148+94=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98945E is #676BA1. Grayscale: #8F8F8F. Windows color (decimal): -6777762 or 6198424. OLE color: 6198424.

HSL color Cylindrical-coordinate representation of color #98945E: hue angle of 55.86º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98945E is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15214894-
CMYK00.030.380.40
HSL55.86º23.58%48.24%-
HSV(B)55.86º38.16%59.61%-
XYZ25.5628.6614.78-
YUV143.04100.33134.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 94 (37.11% from 255) = 23.86%
R=38.58%
G=37.56%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521489400.030.380.4055.8623.5848.24
Hex98945E032628381830
Octal230224136034650703060
Binary1001100010010100101111001110011010100011100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98945E; }

 p { color: rgb(152,148,94); }

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

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

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

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

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

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

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