#83B918

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

Shades of Lima #83B918

Tints of Lima #83B918

Color information

#83B918 (or 0x83B918) is unknown color: approx Lima. HEX triplet: 83, B9 and 18. RGB value is (131,185,24). Sum of RGB (Red+Green+Blue) = 131+185+24=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #83B918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B918 is #7C46E7. Grayscale: #979797. Windows color (decimal): -8144616 or 1620355. OLE color: 1620355.

HSL color Cylindrical-coordinate representation of color #83B918: hue angle of 80.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83B918 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB13118524-
CMYK0.2900.870.27
HSL80.12º77.03%40.98%-
HSV(B)80.12º87.03%72.55%-
XYZ26.8739.597.09-
YUV150.556.61114.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 185 (72.66% from 255) = 54.41%
BLUE value IS 24 (9.77% from 255) = 7.06%
R=38.53%
G=54.41%
B=7.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131185240.2900.870.2780.1277.0340.98
Hex83B9181D0571B504d29
Octal203271303501273312011551
Binary10000011101110011100011101010101111101110100001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,185,24); }

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

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

 a { background-color: rgb(131,185,24); }

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

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

 span { border-color: rgb(131,185,24); }

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