Html Css Color HEX #82BA13 Lima

📋 copy color: '#82BA13'

red 130 ◦ green 186 ◦ blue 19

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

Shades of Lima #82BA13

Tints of Lima #82BA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 38.81%
G = 55.52%
B = 5.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#82BA13 (or 0x82BA13) is known color: Lima. HEX triplet: 82, BA and 13. RGB value is (130,186,19). Sum of RGB (Red+Green+Blue) = 130+186+19=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BA13 is #7D45EC. Grayscale: #969696. Windows color (decimal): -8209901 or 1292930. OLE color: 1292930.

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

Color convert

RGB 130 186 19 -
CMYK 0.30 0 0.90 0.27
HSL 80.12º 0.81% 0.4% -
HSV(B) 80.12º 0.9% 0.73% -
XYZ 26.88 39.91 6.9 -
YUV 150.22 53.95 113.58 -
System Red Green Blue C M Y K H S L
Decimal 130 186 19 0.30 0 0.90 0.27 80.12 0.81 0.4
Hex 82 BA 13 1E 0 5A 1B 50 51 28
Octal 202 272 23 36 0 132 33 120 121 50
Binary 10000010 10111010 10011 11110 0 1011010 11011 1010000 1010001 101000

Color Harmonies of #82BA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA13

Black with #82BA13

Text Example


Text Example

White with #82BA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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