#808215

Color #808215 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #808215

Tints of Trendy Green #808215

Color information

#808215 (or 0x808215) is unknown color: approx Trendy Green. HEX triplet: 80, 82 and 15. RGB value is (128,130,21). Sum of RGB (Red+Green+Blue) = 128+130+21=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #808215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808215 is #7F7DEA. Grayscale: #757575. Windows color (decimal): -8355307 or 1409664. OLE color: 1409664.

HSL color Cylindrical-coordinate representation of color #808215: hue angle of 61.1º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #808215 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB12813021-
CMYK0.0200.840.49
HSL61.1º72.19%29.61%-
HSV(B)61.1º83.85%50.98%-
XYZ17.0220.613.79-
YUV116.9873.84135.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 21 (8.59% from 255) = 7.53%
R=45.88%
G=46.59%
B=7.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130210.0200.840.4961.172.1929.61
Hex8082152054313d481e
Octal2002022520124617511036
Binary1000000010000010101011001010100110001111101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808215; }

 p { color: rgb(128,130,21); }

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

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

 a { background-color: rgb(128,130,21); }

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

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

 span { border-color: rgb(128,130,21); }

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