Html Css Color HEX #82B137 Limerick

📋 copy color: '#82B137'

red 130 ◦ green 177 ◦ blue 55

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

Shades of Limerick #82B137

Tints of Limerick #82B137

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.9%

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

R = 35.91%
G = 48.9%
B = 15.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#82B137 (or 0x82B137) is known color: Limerick. HEX triplet: 82, B1 and 37. RGB value is (130,177,55). Sum of RGB (Red+Green+Blue) = 130+177+55=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #82B137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B137 is #7D4EC8. Grayscale: #959595. Windows color (decimal): -8212169 or 3649922. OLE color: 3649922.

HSL color Cylindrical-coordinate representation of color #82B137: hue angle of 83.11º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82B137 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 177 55 -
CMYK 0.27 0 0.69 0.31
HSL 83.11º 0.53% 0.45% -
HSV(B) 83.11º 0.69% 0.69% -
XYZ 25.62 36.47 9.3 -
YUV 149.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 130 177 55 0.27 0 0.69 0.31 83.11 0.53 0.45
Hex 82 B1 37 1B 0 45 1F 53 35 2D
Octal 202 261 67 33 0 105 37 123 65 55
Binary 10000010 10110001 110111 11011 0 1000101 11111 1010011 110101 101101

Color Harmonies of #82B137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B137

Black with #82B137

Text Example


Text Example

White with #82B137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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