Html Css Color HEX #82B032 Limerick

📋 copy color: '#82B032'

red 130 ◦ green 176 ◦ blue 50

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

Shades of Limerick #82B032

Tints of Limerick #82B032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.44%

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 36.52%
G = 49.44%
B = 14.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#82B032 (or 0x82B032) is known color: Limerick. HEX triplet: 82, B0 and 32. RGB value is (130,176,50). Sum of RGB (Red+Green+Blue) = 130+176+50=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #82B032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B032 is #7D4FCD. Grayscale: #949494. Windows color (decimal): -8212430 or 3321986. OLE color: 3321986.

HSL color Cylindrical-coordinate representation of color #82B032: hue angle of 81.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82B032 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 176 50 -
CMYK 0.26 0 0.72 0.31
HSL 81.9º 0.56% 0.44% -
HSV(B) 81.9º 0.72% 0.69% -
XYZ 25.31 36.03 8.64 -
YUV 147.88 72.76 115.25 -
System Red Green Blue C M Y K H S L
Decimal 130 176 50 0.26 0 0.72 0.31 81.9 0.56 0.44
Hex 82 B0 32 1A 0 48 1F 52 38 2C
Octal 202 260 62 32 0 110 37 122 70 54
Binary 10000010 10110000 110010 11010 0 1001000 11111 1010010 111000 101100

Color Harmonies of #82B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B032

Black with #82B032

Text Example


Text Example

White with #82B032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,176,50); }

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

background-color css

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

 a { background-color: rgb(130,176,50); }

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

border-color css

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

 span { border-color: rgb(130,176,50); }

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