Html Css Color HEX #82BA17 Lima

📋 copy color: '#82BA17'

red 130 ◦ green 186 ◦ blue 23

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

Shades of Lima #82BA17

Tints of Lima #82BA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.78%

R = 38.35%
G = 54.87%
B = 6.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#82BA17 (or 0x82BA17) is known color: Lima. HEX triplet: 82, BA and 17. RGB value is (130,186,23). Sum of RGB (Red+Green+Blue) = 130+186+23=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BA17 is #7D45E8. Grayscale: #979797. Windows color (decimal): -8209897 or 1555074. OLE color: 1555074.

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

Color convert

RGB 130 186 23 -
CMYK 0.30 0 0.88 0.27
HSL 80.61º 0.78% 0.41% -
HSV(B) 80.61º 0.88% 0.73% -
XYZ 26.92 39.93 7.1 -
YUV 150.67 55.95 113.25 -
System Red Green Blue C M Y K H S L
Decimal 130 186 23 0.30 0 0.88 0.27 80.61 0.78 0.41
Hex 82 BA 17 1E 0 58 1B 51 4E 29
Octal 202 272 27 36 0 130 33 121 116 51
Binary 10000010 10111010 10111 11110 0 1011000 11011 1010001 1001110 101001

Color Harmonies of #82BA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA17

Black with #82BA17

Text Example


Text Example

White with #82BA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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