Html Css Color HEX #82B136 Limerick

📋 copy color: '#82B136'

red 130 ◦ green 177 ◦ blue 54

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

Shades of Limerick #82B136

Tints of Limerick #82B136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.96%

R = 36.01%
G = 49.03%
B = 14.96%

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

#82B136 (or 0x82B136) is known color: Limerick. HEX triplet: 82, B1 and 36. RGB value is (130,177,54). Sum of RGB (Red+Green+Blue) = 130+177+54=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #82B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B136 is #7D4EC9. Grayscale: #959595. Windows color (decimal): -8212170 or 3584386. OLE color: 3584386.

HSL color Cylindrical-coordinate representation of color #82B136: hue angle of 82.93º 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 #82B136 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 177 54 -
CMYK 0.27 0 0.69 0.31
HSL 82.93º 0.53% 0.45% -
HSV(B) 82.93º 0.69% 0.69% -
XYZ 25.59 36.46 9.18 -
YUV 148.93 74.43 114.5 -
System Red Green Blue C M Y K H S L
Decimal 130 177 54 0.27 0 0.69 0.31 82.93 0.53 0.45
Hex 82 B1 36 1B 0 45 1F 53 35 2D
Octal 202 261 66 33 0 105 37 123 65 55
Binary 10000010 10110001 110110 11011 0 1000101 11111 1010011 110101 101101

Color Harmonies of #82B136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B136

Black with #82B136

Text Example


Text Example

White with #82B136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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