Html Css Color HEX #82B132 Limerick

📋 copy color: '#82B132'

red 130 ◦ green 177 ◦ blue 50

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

Shades of Limerick #82B132

Tints of Limerick #82B132

RGB

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

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

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

R = 36.41%
G = 49.58%
B = 14.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#82B132 (or 0x82B132) is known color: Limerick. HEX triplet: 82, B1 and 32. RGB value is (130,177,50). Sum of RGB (Red+Green+Blue) = 130+177+50=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #82B132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B132 is #7D4ECD. Grayscale: #949494. Windows color (decimal): -8212174 or 3322242. OLE color: 3322242.

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

Color convert

RGB 130 177 50 -
CMYK 0.27 0 0.72 0.31
HSL 82.2º 0.56% 0.45% -
HSV(B) 82.2º 0.72% 0.69% -
XYZ 25.5 36.42 8.7 -
YUV 148.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 130 177 50 0.27 0 0.72 0.31 82.2 0.56 0.45
Hex 82 B1 32 1B 0 48 1F 52 38 2D
Octal 202 261 62 33 0 110 37 122 70 55
Binary 10000010 10110001 110010 11011 0 1001000 11111 1010010 111000 101101

Color Harmonies of #82B132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B132

Black with #82B132

Text Example


Text Example

White with #82B132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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