Html Css Color HEX #82B713 Lima

📋 copy color: '#82B713'

red 130 ◦ green 183 ◦ blue 19

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

Shades of Lima #82B713

Tints of Lima #82B713

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.12%

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

R = 39.16%
G = 55.12%
B = 5.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#82B713 (or 0x82B713) is known color: Lima. HEX triplet: 82, B7 and 13. RGB value is (130,183,19). Sum of RGB (Red+Green+Blue) = 130+183+19=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #82B713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B713 is #7D48EC. Grayscale: #959595. Windows color (decimal): -8210669 or 1292162. OLE color: 1292162.

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

Color convert

RGB 130 183 19 -
CMYK 0.29 0 0.90 0.28
HSL 79.39º 0.81% 0.4% -
HSV(B) 79.39º 0.9% 0.72% -
XYZ 26.26 38.66 6.69 -
YUV 148.46 54.94 114.84 -
System Red Green Blue C M Y K H S L
Decimal 130 183 19 0.29 0 0.90 0.28 79.39 0.81 0.4
Hex 82 B7 13 1D 0 5A 1C 4F 51 28
Octal 202 267 23 35 0 132 34 117 121 50
Binary 10000010 10110111 10011 11101 0 1011010 11100 1001111 1010001 101000

Color Harmonies of #82B713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B713

Black with #82B713

Text Example


Text Example

White with #82B713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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