#808216

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

Shades of Trendy Green #808216

Tints of Trendy Green #808216

Color information

#808216 (or 0x808216) is unknown color: approx Trendy Green. HEX triplet: 80, 82 and 16. RGB value is (128,130,22). Sum of RGB (Red+Green+Blue) = 128+130+22=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #808216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808216 is #7F7DE9. Grayscale: #757575. Windows color (decimal): -8355306 or 1475200. OLE color: 1475200.

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

Color convert

RGB12813022-
CMYK0.0200.830.49
HSL61.11º71.05%29.8%-
HSV(B)61.11º83.08%50.98%-
XYZ17.0320.613.84-
YUV117.0974.34135.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 22 (8.98% from 255) = 7.86%
R=45.71%
G=46.43%
B=7.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130220.0200.830.4961.1171.0529.8
Hex8082162053313d471e
Octal2002022620123617510736
Binary1000000010000010101101001010011110001111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808216; }

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

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

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

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

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

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

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

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