#97945E

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

Shades of Avocado #97945E

Tints of Avocado #97945E

Color information

#97945E (or 0x97945E) is unknown color: approx Avocado. HEX triplet: 97, 94 and 5E. RGB value is (151,148,94). Sum of RGB (Red+Green+Blue) = 151+148+94=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #97945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97945E is #686BA1. Grayscale: #8E8E8E. Windows color (decimal): -6843298 or 6198423. OLE color: 6198423.

HSL color Cylindrical-coordinate representation of color #97945E: hue angle of 56.84º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97945E is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB15114894-
CMYK00.020.380.41
HSL56.84º23.27%48.04%-
HSV(B)56.84º37.75%59.22%-
XYZ25.3728.5714.77-
YUV142.74100.49133.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.42%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=38.42%
G=37.66%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511489400.020.380.4156.8423.2748.04
Hex97945E022629391730
Octal227224136024651712760
Binary1001011110010100101111001010011010100111100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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