Html Css Color HEX #82A41B Lima

📋 copy color: '#82A41B'

red 130 ◦ green 164 ◦ blue 27

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

Shades of Lima #82A41B

Tints of Lima #82A41B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.09%

 BLUE value IS 27 (10.94% from 255) = 8.41%

R = 40.5%
G = 51.09%
B = 8.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#82A41B (or 0x82A41B) is known color: Lima. HEX triplet: 82, A4 and 1B. RGB value is (130,164,27). Sum of RGB (Red+Green+Blue) = 130+164+27=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #82A41B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A41B is #7D5BE4. Grayscale: #8A8A8A. Windows color (decimal): -8215525 or 1811586. OLE color: 1811586.

HSL color Cylindrical-coordinate representation of color #82A41B: hue angle of 74.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82A41B is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 164 27 -
CMYK 0.21 0 0.84 0.36
HSL 74.89º 0.72% 0.37% -
HSV(B) 74.89º 0.84% 0.64% -
XYZ 22.68 31.38 5.9 -
YUV 138.22 65.24 122.14 -
System Red Green Blue C M Y K H S L
Decimal 130 164 27 0.21 0 0.84 0.36 74.89 0.72 0.37
Hex 82 A4 1B 15 0 54 24 4B 48 25
Octal 202 244 33 25 0 124 44 113 110 45
Binary 10000010 10100100 11011 10101 0 1010100 100100 1001011 1001000 100101

Color Harmonies of #82A41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A41B

Black with #82A41B

Text Example


Text Example

White with #82A41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,164,27); }

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

background-color css

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

 a { background-color: rgb(130,164,27); }

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

border-color css

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

 span { border-color: rgb(130,164,27); }

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