#809F16

Color #809F16 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #809F16

Tints of Lima #809F16

Color information

#809F16 (or 0x809F16) is unknown color: approx Lima. HEX triplet: 80, 9F and 16. RGB value is (128,159,22). Sum of RGB (Red+Green+Blue) = 128+159+22=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #809F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809F16 is #7F60E9. Grayscale: #868686. Windows color (decimal): -8347882 or 1482624. OLE color: 1482624.

HSL color Cylindrical-coordinate representation of color #809F16: hue angle of 73.58º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #809F16 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB12815922-
CMYK0.1900.860.38
HSL73.58º75.69%35.49%-
HSV(B)73.58º86.16%62.35%-
XYZ21.4529.445.31-
YUV134.1164.73123.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.42%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 22 (8.98% from 255) = 7.12%
R=41.42%
G=51.46%
B=7.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128159220.1900.860.3873.5875.6935.49
Hex809F1613056264a4c23
Octal200237262301264611211443
Binary100000001001111110110100110101011010011010010101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809F16; }

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

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

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

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

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

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

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

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