Html Css Color HEX #82BA15 Lima

📋 copy color: '#82BA15'

red 130 ◦ green 186 ◦ blue 21

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

Shades of Lima #82BA15

Tints of Lima #82BA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.23%

R = 38.58%
G = 55.19%
B = 6.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#82BA15 (or 0x82BA15) is known color: Lima. HEX triplet: 82, BA and 15. RGB value is (130,186,21). Sum of RGB (Red+Green+Blue) = 130+186+21=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BA15 is #7D45EA. Grayscale: #979797. Windows color (decimal): -8209899 or 1424002. OLE color: 1424002.

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

Color convert

RGB 130 186 21 -
CMYK 0.30 0 0.89 0.27
HSL 80.36º 0.8% 0.41% -
HSV(B) 80.36º 0.89% 0.73% -
XYZ 26.9 39.92 7 -
YUV 150.45 54.95 113.42 -
System Red Green Blue C M Y K H S L
Decimal 130 186 21 0.30 0 0.89 0.27 80.36 0.8 0.41
Hex 82 BA 15 1E 0 59 1B 50 50 29
Octal 202 272 25 36 0 131 33 120 120 51
Binary 10000010 10111010 10101 11110 0 1011001 11011 1010000 1010000 101001

Color Harmonies of #82BA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA15

Black with #82BA15

Text Example


Text Example

White with #82BA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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