#83B216

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

Shades of Lima #83B216

Tints of Lima #83B216

Color information

#83B216 (or 0x83B216) is unknown color: approx Lima. HEX triplet: 83, B2 and 16. RGB value is (131,178,22). Sum of RGB (Red+Green+Blue) = 131+178+22=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 178 (69.92% from 255 or 53.78% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 178 - color contains mainly: green. Hex color #83B216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83B216 is #7C4DE9. Grayscale: #929292. Windows color (decimal): -8146410 or 1487491. OLE color: 1487491.

HSL color Cylindrical-coordinate representation of color #83B216: hue angle of 78.08º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83B216 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB13117822-
CMYK0.2600.880.30
HSL78.08º78%39.22%-
HSV(B)78.08º87.64%69.8%-
XYZ25.4336.726.51-
YUV146.1657.93117.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 178 (69.92% from 255) = 53.78%
BLUE value IS 22 (8.98% from 255) = 6.65%
R=39.58%
G=53.78%
B=6.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131178220.2600.880.3078.087839.22
Hex83B2161A0581E4e4e27
Octal203262263201303611611647
Binary10000011101100101011011010010110001111010011101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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