Html Css Color HEX #82B831 Limerick

📋 copy color: '#82B831'

red 130 ◦ green 184 ◦ blue 49

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

Shades of Limerick #82B831

Tints of Limerick #82B831

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.69%

 BLUE value IS 49 (19.53% from 255) = 13.5%

R = 35.81%
G = 50.69%
B = 13.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#82B831 (or 0x82B831) is known color: Limerick. HEX triplet: 82, B8 and 31. RGB value is (130,184,49). Sum of RGB (Red+Green+Blue) = 130+184+49=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #82B831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B831 is #7D47CE. Grayscale: #989898. Windows color (decimal): -8210383 or 3258498. OLE color: 3258498.

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

Color convert

RGB 130 184 49 -
CMYK 0.29 0 0.73 0.28
HSL 84º 0.58% 0.46% -
HSV(B) 84º 0.73% 0.72% -
XYZ 26.9 39.25 9.06 -
YUV 152.46 69.61 111.98 -
System Red Green Blue C M Y K H S L
Decimal 130 184 49 0.29 0 0.73 0.28 84 0.58 0.46
Hex 82 B8 31 1D 0 49 1C 54 3A 2E
Octal 202 270 61 35 0 111 34 124 72 56
Binary 10000010 10111000 110001 11101 0 1001001 11100 1010100 111010 101110

Color Harmonies of #82B831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B831

Black with #82B831

Text Example


Text Example

White with #82B831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,184,49); }

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

background-color css

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

 a { background-color: rgb(130,184,49); }

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

border-color css

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

 span { border-color: rgb(130,184,49); }

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