Html Css Color HEX #809F16 Lima

📋 copy color: '#809F16'

red 128 ◦ green 159 ◦ blue 22

#809F16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #809F16

Tints of Lima #809F16

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 value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#809F16 (or 0x809F16) is known color: 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

RGB 128 159 22 -
CMYK 0.19 0 0.86 0.38
HSL 73.58º 0.76% 0.35% -
HSV(B) 73.58º 0.86% 0.62% -
XYZ 21.45 29.44 5.31 -
YUV 134.11 64.73 123.64 -
System Red Green Blue C M Y K H S L
Decimal 128 159 22 0.19 0 0.86 0.38 73.58 0.76 0.35
Hex 80 9F 16 13 0 56 26 4A 4C 23
Octal 200 237 26 23 0 126 46 112 114 43
Binary 10000000 10011111 10110 10011 0 1010110 100110 1001010 1001100 100011

Color Harmonies of #809F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809F16

Black with #809F16

Text Example


Text Example

White with #809F16

Text Example


Text Example

HTML Codes & Css Web 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>