Html Css Color HEX #82B619 Lima

📋 copy color: '#82B619'

red 130 ◦ green 182 ◦ blue 25

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

Shades of Lima #82B619

Tints of Lima #82B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.01%

 BLUE value IS 25 (10.16% from 255) = 7.42%

R = 38.58%
G = 54.01%
B = 7.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#82B619 (or 0x82B619) is known color: Lima. HEX triplet: 82, B6 and 19. RGB value is (130,182,25). Sum of RGB (Red+Green+Blue) = 130+182+25=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 182 (71.48% from 255 or 54.01% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 182 - color contains mainly: green. Hex color #82B619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B619 is #7D49E6. Grayscale: #959595. Windows color (decimal): -8210919 or 1685122. OLE color: 1685122.

HSL color Cylindrical-coordinate representation of color #82B619: hue angle of 79.87º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82B619 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 182 25 -
CMYK 0.29 0 0.86 0.29
HSL 79.87º 0.76% 0.41% -
HSV(B) 79.87º 0.86% 0.71% -
XYZ 26.11 38.27 6.93 -
YUV 148.55 58.27 114.77 -
System Red Green Blue C M Y K H S L
Decimal 130 182 25 0.29 0 0.86 0.29 79.87 0.76 0.41
Hex 82 B6 19 1D 0 56 1D 50 4C 29
Octal 202 266 31 35 0 126 35 120 114 51
Binary 10000010 10110110 11001 11101 0 1010110 11101 1010000 1001100 101001

Color Harmonies of #82B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B619

Black with #82B619

Text Example


Text Example

White with #82B619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,182,25); }

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

background-color css

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

 a { background-color: rgb(130,182,25); }

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

border-color css

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

 span { border-color: rgb(130,182,25); }

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