#82BB3E

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

Shades of Limerick #82BB3E

Tints of Limerick #82BB3E

Color information

#82BB3E (or 0x82BB3E) is unknown color: approx Limerick. HEX triplet: 82, BB and 3E. RGB value is (130,187,62). Sum of RGB (Red+Green+Blue) = 130+187+62=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BB3E is #7D44C1. Grayscale: #9C9C9C. Windows color (decimal): -8209602 or 4111234. OLE color: 4111234.

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

Color convert

RGB13018762-
CMYK0.3000.670.27
HSL87.36º50.2%48.82%-
HSV(B)87.36º66.84%73.33%-
XYZ27.8540.6310.93-
YUV155.7175.12109.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 187 (73.44% from 255) = 49.34%
BLUE value IS 62 (24.61% from 255) = 16.36%
R=34.30%
G=49.34%
B=16.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130187620.3000.670.2787.3650.248.82
Hex82BB3E1E0431B573231
Octal20227376360103331276261
Binary10000010101110111111101111001000011110111010111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,187,62); }

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

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

 a { background-color: rgb(130,187,62); }

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

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

 span { border-color: rgb(130,187,62); }

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