Html Css Color HEX #82BA10 Lima

📋 copy color: '#82BA10'

red 130 ◦ green 186 ◦ blue 16

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

Shades of Lima #82BA10

Tints of Lima #82BA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 39.16%
G = 56.02%
B = 4.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#82BA10 (or 0x82BA10) is known color: Lima. HEX triplet: 82, BA and 10. RGB value is (130,186,16). Sum of RGB (Red+Green+Blue) = 130+186+16=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BA10 is #7D45EF. Grayscale: #969696. Windows color (decimal): -8209904 or 1096322. OLE color: 1096322.

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

Color convert

RGB 130 186 16 -
CMYK 0.30 0 0.91 0.27
HSL 79.76º 0.84% 0.4% -
HSV(B) 79.76º 0.91% 0.73% -
XYZ 26.86 39.9 6.78 -
YUV 149.88 52.45 113.82 -
System Red Green Blue C M Y K H S L
Decimal 130 186 16 0.30 0 0.91 0.27 79.76 0.84 0.4
Hex 82 BA 10 1E 0 5B 1B 50 54 28
Octal 202 272 20 36 0 133 33 120 124 50
Binary 10000010 10111010 10000 11110 0 1011011 11011 1010000 1010100 101000

Color Harmonies of #82BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA10

Black with #82BA10

Text Example


Text Example

White with #82BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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