Html Css Color HEX #82A712 Lima

📋 copy color: '#82A712'

red 130 ◦ green 167 ◦ blue 18

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

Shades of Lima #82A712

Tints of Lima #82A712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 41.27%
G = 53.02%
B = 5.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#82A712 (or 0x82A712) is known color: Lima. HEX triplet: 82, A7 and 12. RGB value is (130,167,18). Sum of RGB (Red+Green+Blue) = 130+167+18=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #82A712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A712 is #7D58ED. Grayscale: #8B8B8B. Windows color (decimal): -8214766 or 1222530. OLE color: 1222530.

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

Color convert

RGB 130 167 18 -
CMYK 0.22 0 0.89 0.35
HSL 74.9º 0.81% 0.36% -
HSV(B) 74.9º 0.89% 0.65% -
XYZ 23.13 32.43 5.61 -
YUV 138.95 59.74 121.62 -
System Red Green Blue C M Y K H S L
Decimal 130 167 18 0.22 0 0.89 0.35 74.9 0.81 0.36
Hex 82 A7 12 16 0 59 23 4B 51 24
Octal 202 247 22 26 0 131 43 113 121 44
Binary 10000010 10100111 10010 10110 0 1011001 100011 1001011 1010001 100100

Color Harmonies of #82A712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A712

Black with #82A712

Text Example


Text Example

White with #82A712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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