#82B914

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

Shades of Lima #82B914

Tints of Lima #82B914

Color information

#82B914 (or 0x82B914) is unknown color: approx Lima. HEX triplet: 82, B9 and 14. RGB value is (130,185,20). Sum of RGB (Red+Green+Blue) = 130+185+20=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #82B914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B914 is #7D46EB. Grayscale: #969696. Windows color (decimal): -8210156 or 1358210. OLE color: 1358210.

HSL color Cylindrical-coordinate representation of color #82B914: hue angle of 80º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82B914 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB13018520-
CMYK0.3000.890.27
HSL80º80.49%40.2%-
HSV(B)80º89.19%72.55%-
XYZ26.6839.496.88-
YUV149.7454.78113.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 185 (72.66% from 255) = 55.22%
BLUE value IS 20 (8.20% from 255) = 5.97%
R=38.81%
G=55.22%
B=5.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130185200.3000.890.278080.4940.2
Hex82B9141E0591B505028
Octal202271243601313312012050
Binary10000010101110011010011110010110011101110100001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82B914; }

 p { color: rgb(130,185,20); }

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

<style>
 a { background-color: #82B914; }

 a { background-color: rgb(130,185,20); }

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

<style>
 span { border-color: #82B914; }

 span { border-color: rgb(130,185,20); }

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