Html Css Color HEX #82B920 Lima

📋 copy color: '#82B920'

red 130 ◦ green 185 ◦ blue 32

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

Shades of Lima #82B920

Tints of Lima #82B920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.31%

 BLUE value IS 32 (12.89% from 255) = 9.22%

R = 37.46%
G = 53.31%
B = 9.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#82B920 (or 0x82B920) is known color: Lima. HEX triplet: 82, B9 and 20. RGB value is (130,185,32). Sum of RGB (Red+Green+Blue) = 130+185+32=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #82B920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B920 is #7D46DF. Grayscale: #979797. Windows color (decimal): -8210144 or 2144642. OLE color: 2144642.

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

Color convert

RGB 130 185 32 -
CMYK 0.30 0 0.83 0.27
HSL 81.57º 0.71% 0.43% -
HSV(B) 81.57º 0.83% 0.73% -
XYZ 26.82 39.55 7.59 -
YUV 151.11 60.78 112.94 -
System Red Green Blue C M Y K H S L
Decimal 130 185 32 0.30 0 0.83 0.27 81.57 0.71 0.43
Hex 82 B9 20 1E 0 53 1B 52 47 2B
Octal 202 271 40 36 0 123 33 122 107 53
Binary 10000010 10111001 100000 11110 0 1010011 11011 1010010 1000111 101011

Color Harmonies of #82B920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B920

Black with #82B920

Text Example


Text Example

White with #82B920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,185,32); }

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

background-color css

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

 a { background-color: rgb(130,185,32); }

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

border-color css

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

 span { border-color: rgb(130,185,32); }

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