Html Css Color HEX #82A82B Limerick

📋 copy color: '#82A82B'

red 130 ◦ green 168 ◦ blue 43

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

Shades of Limerick #82A82B

Tints of Limerick #82A82B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.27%

 BLUE value IS 43 (17.19% from 255) = 12.61%

R = 38.12%
G = 49.27%
B = 12.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#82A82B (or 0x82A82B) is known color: Limerick. HEX triplet: 82, A8 and 2B. RGB value is (130,168,43). Sum of RGB (Red+Green+Blue) = 130+168+43=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #82A82B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A82B is #7D57D4. Grayscale: #8E8E8E. Windows color (decimal): -8214485 or 2861186. OLE color: 2861186.

HSL color Cylindrical-coordinate representation of color #82A82B: hue angle of 78.24º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82A82B is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 168 43 -
CMYK 0.23 0 0.74 0.34
HSL 78.24º 0.59% 0.41% -
HSV(B) 78.24º 0.74% 0.66% -
XYZ 23.64 32.93 7.39 -
YUV 142.39 71.91 119.16 -
System Red Green Blue C M Y K H S L
Decimal 130 168 43 0.23 0 0.74 0.34 78.24 0.59 0.41
Hex 82 A8 2B 17 0 4A 22 4E 3B 29
Octal 202 250 53 27 0 112 42 116 73 51
Binary 10000010 10101000 101011 10111 0 1001010 100010 1001110 111011 101001

Color Harmonies of #82A82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A82B

Black with #82A82B

Text Example


Text Example

White with #82A82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,168,43); }

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

background-color css

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

 a { background-color: rgb(130,168,43); }

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

border-color css

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

 span { border-color: rgb(130,168,43); }

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