#83AE19

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

Shades of Lima #83AE19

Tints of Lima #83AE19

Color information

#83AE19 (or 0x83AE19) is unknown color: approx Lima. HEX triplet: 83, AE and 19. RGB value is (131,174,25). Sum of RGB (Red+Green+Blue) = 131+174+25=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AE19 is #7C51E6. Grayscale: #909090. Windows color (decimal): -8147431 or 1683075. OLE color: 1683075.

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

Color convert

RGB13117425-
CMYK0.2500.860.32
HSL77.32º74.87%39.02%-
HSV(B)77.32º85.63%68.24%-
XYZ24.6735.176.41-
YUV144.1660.75118.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 174 (68.36% from 255) = 52.73%
BLUE value IS 25 (10.16% from 255) = 7.58%
R=39.70%
G=52.73%
B=7.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131174250.2500.860.3277.3274.8739.02
Hex83AE1919056204d4b27
Octal203256313101264011511347
Binary100000111010111011001110010101011010000010011011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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