Html Css Color HEX #82AF73 Amulet

📋 copy color: '#82AF73'

red 130 ◦ green 175 ◦ blue 115

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

Shades of Amulet #82AF73

Tints of Amulet #82AF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.67%

 BLUE value IS 115 (45.31% from 255) = 27.38%

R = 30.95%
G = 41.67%
B = 27.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#82AF73 (or 0x82AF73) is known color: Amulet. HEX triplet: 82, AF and 73. RGB value is (130,175,115). Sum of RGB (Red+Green+Blue) = 130+175+115=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF73 is #7D508C. Grayscale: #9A9A9A. Windows color (decimal): -8212621 or 7581570. OLE color: 7581570.

HSL color Cylindrical-coordinate representation of color #82AF73: hue angle of 105º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82AF73 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 175 115 -
CMYK 0.26 0 0.34 0.31
HSL 105º 0.27% 0.57% -
HSV(B) 105º 0.34% 0.69% -
XYZ 27.63 36.64 21.84 -
YUV 154.71 105.59 110.38 -
System Red Green Blue C M Y K H S L
Decimal 130 175 115 0.26 0 0.34 0.31 105 0.27 0.57
Hex 82 AF 73 1A 0 22 1F 69 1B 39
Octal 202 257 163 32 0 42 37 151 33 71
Binary 10000010 10101111 1110011 11010 0 100010 11111 1101001 11011 111001

Color Harmonies of #82AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF73

Black with #82AF73

Text Example


Text Example

White with #82AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,175,115); }

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

background-color css

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

 a { background-color: rgb(130,175,115); }

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

border-color css

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

 span { border-color: rgb(130,175,115); }

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