Html Css Color HEX #82B875 Amulet

📋 copy color: '#82B875'

red 130 ◦ green 184 ◦ blue 117

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

Shades of Amulet #82B875

Tints of Amulet #82B875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.69%

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 30.16%
G = 42.69%
B = 27.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#82B875 (or 0x82B875) is known color: Amulet. HEX triplet: 82, B8 and 75. RGB value is (130,184,117). Sum of RGB (Red+Green+Blue) = 130+184+117=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #82B875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B875 is #7D478A. Grayscale: #A0A0A0. Windows color (decimal): -8210315 or 7714946. OLE color: 7714946.

HSL color Cylindrical-coordinate representation of color #82B875: hue angle of 108.36º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82B875 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 184 117 -
CMYK 0.29 0 0.36 0.28
HSL 108.36º 0.32% 0.59% -
HSV(B) 108.36º 0.36% 0.72% -
XYZ 29.56 40.31 23.05 -
YUV 160.22 103.61 106.45 -
System Red Green Blue C M Y K H S L
Decimal 130 184 117 0.29 0 0.36 0.28 108.36 0.32 0.59
Hex 82 B8 75 1D 0 24 1C 6C 20 3B
Octal 202 270 165 35 0 44 34 154 40 73
Binary 10000010 10111000 1110101 11101 0 100100 11100 1101100 100000 111011

Color Harmonies of #82B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B875

Black with #82B875

Text Example


Text Example

White with #82B875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,184,117); }

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

background-color css

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

 a { background-color: rgb(130,184,117); }

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

border-color css

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

 span { border-color: rgb(130,184,117); }

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