Html Css Color HEX #82A710 Lima

📋 copy color: '#82A710'

red 130 ◦ green 167 ◦ blue 16

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

Shades of Lima #82A710

Tints of Lima #82A710

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.35%

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

R = 41.53%
G = 53.35%
B = 5.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#82A710 (or 0x82A710) is known color: Lima. HEX triplet: 82, A7 and 10. RGB value is (130,167,16). Sum of RGB (Red+Green+Blue) = 130+167+16=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 167 (65.62% from 255 or 53.35% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 167 - color contains mainly: green. Hex color #82A710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A710 is #7D58EF. Grayscale: #8B8B8B. Windows color (decimal): -8214768 or 1091458. OLE color: 1091458.

HSL color Cylindrical-coordinate representation of color #82A710: hue angle of 74.7º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82A710 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 167 16 -
CMYK 0.22 0 0.90 0.35
HSL 74.7º 0.83% 0.36% -
HSV(B) 74.7º 0.9% 0.65% -
XYZ 23.12 32.42 5.53 -
YUV 138.72 58.74 121.78 -
System Red Green Blue C M Y K H S L
Decimal 130 167 16 0.22 0 0.90 0.35 74.7 0.83 0.36
Hex 82 A7 10 16 0 5A 23 4B 53 24
Octal 202 247 20 26 0 132 43 113 123 44
Binary 10000010 10100111 10000 10110 0 1011010 100011 1001011 1010011 100100

Color Harmonies of #82A710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A710

Black with #82A710

Text Example


Text Example

White with #82A710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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