Html Css Color HEX #82A415 Lima

📋 copy color: '#82A415'

red 130 ◦ green 164 ◦ blue 21

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

Shades of Lima #82A415

Tints of Lima #82A415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.06%

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 41.27%
G = 52.06%
B = 6.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#82A415 (or 0x82A415) is known color: Lima. HEX triplet: 82, A4 and 15. RGB value is (130,164,21). Sum of RGB (Red+Green+Blue) = 130+164+21=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #82A415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A415 is #7D5BEA. Grayscale: #8A8A8A. Windows color (decimal): -8215531 or 1418370. OLE color: 1418370.

HSL color Cylindrical-coordinate representation of color #82A415: hue angle of 74.27º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82A415 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 164 21 -
CMYK 0.21 0 0.87 0.36
HSL 74.27º 0.77% 0.36% -
HSV(B) 74.27º 0.87% 0.64% -
XYZ 22.62 31.35 5.57 -
YUV 137.53 62.24 122.63 -
System Red Green Blue C M Y K H S L
Decimal 130 164 21 0.21 0 0.87 0.36 74.27 0.77 0.36
Hex 82 A4 15 15 0 57 24 4A 4D 24
Octal 202 244 25 25 0 127 44 112 115 44
Binary 10000010 10100100 10101 10101 0 1010111 100100 1001010 1001101 100100

Color Harmonies of #82A415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A415

Black with #82A415

Text Example


Text Example

White with #82A415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,164,21); }

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

background-color css

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

 a { background-color: rgb(130,164,21); }

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

border-color css

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

 span { border-color: rgb(130,164,21); }

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