#97985D

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

Shades of Avocado #97985D

Tints of Avocado #97985D

Color information

#97985D (or 0x97985D) is unknown color: approx Avocado. HEX triplet: 97, 98 and 5D. RGB value is (151,152,93). Sum of RGB (Red+Green+Blue) = 151+152+93=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #97985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97985D is #6867A2. Grayscale: #919191. Windows color (decimal): -6842275 or 6133911. OLE color: 6133911.

HSL color Cylindrical-coordinate representation of color #97985D: hue angle of 61.02º degrees, saturation: 0.24, 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 #97985D is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB15115293-
CMYK0.0100.390.40
HSL61.02º24.08%48.04%-
HSV(B)61.02º38.82%59.61%-
XYZ25.9729.8314.74-
YUV144.9898.67132.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.13%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=38.13%
G=38.38%
B=23.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151152930.0100.390.4061.0224.0848.04
Hex97985D1027283d1830
Octal227230135104750753060
Binary100101111001100010111011010011110100011110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97985D; }

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

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

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

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

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

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

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

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