#808C16

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

Shades of Trendy Green #808C16

Tints of Trendy Green #808C16

Color information

#808C16 (or 0x808C16) is unknown color: approx Trendy Green. HEX triplet: 80, 8C and 16. RGB value is (128,140,22). Sum of RGB (Red+Green+Blue) = 128+140+22=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #808C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808C16 is #7F73E9. Grayscale: #7B7B7B. Windows color (decimal): -8352746 or 1477760. OLE color: 1477760.

HSL color Cylindrical-coordinate representation of color #808C16: hue angle of 66.1º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #808C16 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB12814022-
CMYK0.0900.840.45
HSL66.1º72.84%31.76%-
HSV(B)66.1º84.29%54.9%-
XYZ18.4223.44.31-
YUV122.9671.02131.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 140 (55.08% from 255) = 48.28%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=44.14%
G=48.28%
B=7.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128140220.0900.840.4566.172.8431.76
Hex808C1690542D424920
Octal200214261101245510211140
Binary10000000100011001011010010101010010110110000101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808C16; }

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

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

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

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

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

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

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

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