Html Css Color HEX #82AB2E Limerick

📋 copy color: '#82AB2E'

red 130 ◦ green 171 ◦ blue 46

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

Shades of Limerick #82AB2E

Tints of Limerick #82AB2E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.28%

 BLUE value IS 46 (18.36% from 255) = 13.26%

R = 37.46%
G = 49.28%
B = 13.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#82AB2E (or 0x82AB2E) is known color: Limerick. HEX triplet: 82, AB and 2E. RGB value is (130,171,46). Sum of RGB (Red+Green+Blue) = 130+171+46=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AB2E is #7D54D1. Grayscale: #909090. Windows color (decimal): -8213714 or 3058562. OLE color: 3058562.

HSL color Cylindrical-coordinate representation of color #82AB2E: hue angle of 79.68º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82AB2E is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 171 46 -
CMYK 0.24 0 0.73 0.33
HSL 79.68º 0.58% 0.43% -
HSV(B) 79.68º 0.73% 0.67% -
XYZ 24.26 34.07 7.88 -
YUV 144.49 72.42 117.66 -
System Red Green Blue C M Y K H S L
Decimal 130 171 46 0.24 0 0.73 0.33 79.68 0.58 0.43
Hex 82 AB 2E 18 0 49 21 50 3A 2B
Octal 202 253 56 30 0 111 41 120 72 53
Binary 10000010 10101011 101110 11000 0 1001001 100001 1010000 111010 101011

Color Harmonies of #82AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB2E

Black with #82AB2E

Text Example


Text Example

White with #82AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,171,46); }

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

background-color css

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

 a { background-color: rgb(130,171,46); }

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

border-color css

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

 span { border-color: rgb(130,171,46); }

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