Html Css Color HEX #82B031 Limerick

📋 copy color: '#82B031'

red 130 ◦ green 176 ◦ blue 49

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

Shades of Limerick #82B031

Tints of Limerick #82B031

RGB

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

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

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

R = 36.62%
G = 49.58%
B = 13.8%

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

#82B031 (or 0x82B031) is known color: Limerick. HEX triplet: 82, B0 and 31. RGB value is (130,176,49). Sum of RGB (Red+Green+Blue) = 130+176+49=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #82B031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B031 is #7D4FCE. Grayscale: #949494. Windows color (decimal): -8212431 or 3256450. OLE color: 3256450.

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

Color convert

RGB 130 176 49 -
CMYK 0.26 0 0.72 0.31
HSL 81.73º 0.56% 0.44% -
HSV(B) 81.73º 0.72% 0.69% -
XYZ 25.29 36.02 8.53 -
YUV 147.77 72.26 115.33 -
System Red Green Blue C M Y K H S L
Decimal 130 176 49 0.26 0 0.72 0.31 81.73 0.56 0.44
Hex 82 B0 31 1A 0 48 1F 52 38 2C
Octal 202 260 61 32 0 110 37 122 70 54
Binary 10000010 10110000 110001 11010 0 1001000 11111 1010010 111000 101100

Color Harmonies of #82B031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B031

Black with #82B031

Text Example


Text Example

White with #82B031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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