#83AB14

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

Shades of Lima #83AB14

Tints of Lima #83AB14

Color information

#83AB14 (or 0x83AB14) is unknown color: approx Lima. HEX triplet: 83, AB and 14. RGB value is (131,171,20). Sum of RGB (Red+Green+Blue) = 131+171+20=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AB14 is #7C54EB. Grayscale: #8E8E8E. Windows color (decimal): -8148204 or 1354627. OLE color: 1354627.

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

Color convert

RGB13117120-
CMYK0.2300.880.33
HSL75.89º79.06%37.45%-
HSV(B)75.89º88.3%67.06%-
XYZ24.05345.96-
YUV141.8359.25120.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 171 (67.19% from 255) = 53.11%
BLUE value IS 20 (8.20% from 255) = 6.21%
R=40.68%
G=53.11%
B=6.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131171200.2300.880.3375.8979.0637.45
Hex83AB1417058214c4f25
Octal203253242701304111411745
Binary100000111010101110100101110101100010000110011001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,171,20); }

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

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

 a { background-color: rgb(131,171,20); }

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

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

 span { border-color: rgb(131,171,20); }

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