#82BC26

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

Shades of Lima #82BC26

Tints of Lima #82BC26

Color information

#82BC26 (or 0x82BC26) is unknown color: approx Lima. HEX triplet: 82, BC and 26. RGB value is (130,188,38). Sum of RGB (Red+Green+Blue) = 130+188+38=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC26 is #7D43D9. Grayscale: #9A9A9A. Windows color (decimal): -8209370 or 2538626. OLE color: 2538626.

HSL color Cylindrical-coordinate representation of color #82BC26: hue angle of 83.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82BC26 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB13018838-
CMYK0.3100.800.26
HSL83.2º66.37%44.31%-
HSV(B)83.2º79.79%73.73%-
XYZ27.5440.858.27-
YUV153.5662.78111.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 188 (73.83% from 255) = 52.81%
BLUE value IS 38 (15.23% from 255) = 10.67%
R=36.52%
G=52.81%
B=10.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130188380.3100.800.2683.266.3744.31
Hex82BC261F0501A53422c
Octal202274463701203212310254
Binary100000101011110010011011111010100001101010100111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,188,38); }

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

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

 a { background-color: rgb(130,188,38); }

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

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

 span { border-color: rgb(130,188,38); }

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