Html Css Color HEX #82A11F Limerick

📋 copy color: '#82A11F'

red 130 ◦ green 161 ◦ blue 31

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

Shades of Limerick #82A11F

Tints of Limerick #82A11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50%

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 40.37%
G = 50%
B = 9.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#82A11F (or 0x82A11F) is known color: Limerick. HEX triplet: 82, A1 and 1F. RGB value is (130,161,31). Sum of RGB (Red+Green+Blue) = 130+161+31=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #82A11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A11F is #7D5EE0. Grayscale: #898989. Windows color (decimal): -8216289 or 2072962. OLE color: 2072962.

HSL color Cylindrical-coordinate representation of color #82A11F: hue angle of 74.31º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82A11F is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 161 31 -
CMYK 0.19 0 0.81 0.37
HSL 74.31º 0.68% 0.38% -
HSV(B) 74.31º 0.81% 0.63% -
XYZ 22.2 30.33 5.98 -
YUV 136.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 130 161 31 0.19 0 0.81 0.37 74.31 0.68 0.38
Hex 82 A1 1F 13 0 51 25 4A 44 26
Octal 202 241 37 23 0 121 45 112 104 46
Binary 10000010 10100001 11111 10011 0 1010001 100101 1001010 1000100 100110

Color Harmonies of #82A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A11F

Black with #82A11F

Text Example


Text Example

White with #82A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,161,31); }

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

background-color css

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

 a { background-color: rgb(130,161,31); }

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

border-color css

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

 span { border-color: rgb(130,161,31); }

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