#82B733

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

Shades of Limerick #82B733

Tints of Limerick #82B733

Color information

#82B733 (or 0x82B733) is unknown color: approx Limerick. HEX triplet: 82, B7 and 33. RGB value is (130,183,51). Sum of RGB (Red+Green+Blue) = 130+183+51=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #82B733 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B733 is #7D48CC. Grayscale: #989898. Windows color (decimal): -8210637 or 3389314. OLE color: 3389314.

HSL color Cylindrical-coordinate representation of color #82B733: hue angle of 84.09º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82B733 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB13018351-
CMYK0.2900.720.28
HSL84.09º56.41%45.88%-
HSV(B)84.09º72.13%71.76%-
XYZ26.7438.859.22-
YUV152.170.94112.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 183 (71.88% from 255) = 50.27%
BLUE value IS 51 (20.31% from 255) = 14.01%
R=35.71%
G=50.27%
B=14.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130183510.2900.720.2884.0956.4145.88
Hex82B7331D0481C54382e
Octal20226763350110341247056
Binary10000010101101111100111110101001000111001010100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,183,51); }

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

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

 a { background-color: rgb(130,183,51); }

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

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

 span { border-color: rgb(130,183,51); }

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