Html Css Color HEX #82BA19 Lima

📋 copy color: '#82BA19'

red 130 ◦ green 186 ◦ blue 25

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

Shades of Lima #82BA19

Tints of Lima #82BA19

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.55%

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

R = 38.12%
G = 54.55%
B = 7.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#82BA19 (or 0x82BA19) is known color: Lima. HEX triplet: 82, BA and 19. RGB value is (130,186,25). Sum of RGB (Red+Green+Blue) = 130+186+25=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BA19 is #7D45E6. Grayscale: #979797. Windows color (decimal): -8209895 or 1686146. OLE color: 1686146.

HSL color Cylindrical-coordinate representation of color #82BA19: hue angle of 80.87º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82BA19 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 186 25 -
CMYK 0.30 0 0.87 0.27
HSL 80.87º 0.76% 0.41% -
HSV(B) 80.87º 0.87% 0.73% -
XYZ 26.94 39.93 7.21 -
YUV 150.9 56.95 113.09 -
System Red Green Blue C M Y K H S L
Decimal 130 186 25 0.30 0 0.87 0.27 80.87 0.76 0.41
Hex 82 BA 19 1E 0 57 1B 51 4C 29
Octal 202 272 31 36 0 127 33 121 114 51
Binary 10000010 10111010 11001 11110 0 1010111 11011 1010001 1001100 101001

Color Harmonies of #82BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA19

Black with #82BA19

Text Example


Text Example

White with #82BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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