#83AE15

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

Shades of Lima #83AE15

Tints of Lima #83AE15

Color information

#83AE15 (or 0x83AE15) is unknown color: approx Lima. HEX triplet: 83, AE and 15. RGB value is (131,174,21). Sum of RGB (Red+Green+Blue) = 131+174+21=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AE15 is #7C51EA. Grayscale: #909090. Windows color (decimal): -8147435 or 1420931. OLE color: 1420931.

HSL color Cylindrical-coordinate representation of color #83AE15: hue angle of 76.86º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83AE15 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB13117421-
CMYK0.2500.880.32
HSL76.86º78.46%38.24%-
HSV(B)76.86º87.93%68.24%-
XYZ24.6335.156.2-
YUV143.758.75118.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 174 (68.36% from 255) = 53.37%
BLUE value IS 21 (8.59% from 255) = 6.44%
R=40.18%
G=53.37%
B=6.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131174210.2500.880.3276.8678.4638.24
Hex83AE1519058204d4e26
Octal203256253101304011511646
Binary100000111010111010101110010101100010000010011011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,174,21); }

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

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

 a { background-color: rgb(131,174,21); }

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

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

 span { border-color: rgb(131,174,21); }

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