Html Css Color HEX #82A21E Limerick

📋 copy color: '#82A21E'

red 130 ◦ green 162 ◦ blue 30

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

Shades of Limerick #82A21E

Tints of Limerick #82A21E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.31%

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 40.37%
G = 50.31%
B = 9.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#82A21E (or 0x82A21E) is known color: Limerick. HEX triplet: 82, A2 and 1E. RGB value is (130,162,30). Sum of RGB (Red+Green+Blue) = 130+162+30=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #82A21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A21E is #7D5DE1. Grayscale: #898989. Windows color (decimal): -8216034 or 2007682. OLE color: 2007682.

HSL color Cylindrical-coordinate representation of color #82A21E: hue angle of 74.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82A21E is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 162 30 -
CMYK 0.20 0 0.81 0.36
HSL 74.55º 0.69% 0.38% -
HSV(B) 74.55º 0.81% 0.64% -
XYZ 22.36 30.68 5.97 -
YUV 137.38 67.4 122.73 -
System Red Green Blue C M Y K H S L
Decimal 130 162 30 0.20 0 0.81 0.36 74.55 0.69 0.38
Hex 82 A2 1E 14 0 51 24 4B 45 26
Octal 202 242 36 24 0 121 44 113 105 46
Binary 10000010 10100010 11110 10100 0 1010001 100100 1001011 1000101 100110

Color Harmonies of #82A21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A21E

Black with #82A21E

Text Example


Text Example

White with #82A21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,162,30); }

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

background-color css

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

 a { background-color: rgb(130,162,30); }

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

border-color css

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

 span { border-color: rgb(130,162,30); }

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