#83AA16

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

Shades of Lima #83AA16

Tints of Lima #83AA16

Color information

#83AA16 (or 0x83AA16) is unknown color: approx Lima. HEX triplet: 83, AA and 16. RGB value is (131,170,22). Sum of RGB (Red+Green+Blue) = 131+170+22=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA16 is #7C55E9. Grayscale: #8E8E8E. Windows color (decimal): -8148458 or 1485443. OLE color: 1485443.

HSL color Cylindrical-coordinate representation of color #83AA16: hue angle of 75.81º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83AA16 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB13117022-
CMYK0.2300.870.33
HSL75.81º77.08%37.65%-
HSV(B)75.81º87.06%66.67%-
XYZ23.8833.635.99-
YUV141.4760.58120.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.56%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 22 (8.98% from 255) = 6.81%
R=40.56%
G=52.63%
B=6.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131170220.2300.870.3375.8177.0837.65
Hex83AA1617057214c4d26
Octal203252262701274111411546
Binary100000111010101010110101110101011110000110011001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AA16; }

 p { color: rgb(131,170,22); }

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

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

 a { background-color: rgb(131,170,22); }

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

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

 span { border-color: rgb(131,170,22); }

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