Html Css Color HEX #82BA37 Limerick

📋 copy color: '#82BA37'

red 130 ◦ green 186 ◦ blue 55

#82BA37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #82BA37

Tints of Limerick #82BA37

RGB

 RED value IS 130 (51.17% from 255) = 35.04%

 GREEN value IS 186 (73.05% from 255) = 50.13%

 BLUE value IS 55 (21.88% from 255) = 14.82%

R = 35.04%
G = 50.13%
B = 14.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#82BA37 (or 0x82BA37) is known color: Limerick. HEX triplet: 82, BA and 37. RGB value is (130,186,55). Sum of RGB (Red+Green+Blue) = 130+186+55=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA37 is #7D45C8. Grayscale: #9A9A9A. Windows color (decimal): -8209865 or 3652226. OLE color: 3652226.

HSL color Cylindrical-coordinate representation of color #82BA37: hue angle of 85.65º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82BA37 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 186 55 -
CMYK 0.30 0 0.70 0.27
HSL 85.65º 0.54% 0.47% -
HSV(B) 85.65º 0.7% 0.73% -
XYZ 27.45 40.14 9.92 -
YUV 154.32 71.95 110.65 -
System Red Green Blue C M Y K H S L
Decimal 130 186 55 0.30 0 0.70 0.27 85.65 0.54 0.47
Hex 82 BA 37 1E 0 46 1B 56 36 2F
Octal 202 272 67 36 0 106 33 126 66 57
Binary 10000010 10111010 110111 11110 0 1000110 11011 1010110 110110 101111

Color Harmonies of #82BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA37

Black with #82BA37

Text Example


Text Example

White with #82BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,186,55); }

 H1.HeaderClassName
 {
   color: #82BA37;
 }
 .AnyTagClassName
 {
   color: #82BA37;
 }
</style>

background-color css

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

 a { background-color: rgb(130,186,55); }

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

border-color css

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

 span { border-color: rgb(130,186,55); }

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