Html Css Color HEX #82B778 Amulet

📋 copy color: '#82B778'

red 130 ◦ green 183 ◦ blue 120

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

Shades of Amulet #82B778

Tints of Amulet #82B778

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.26%

 BLUE value IS 120 (47.27% from 255) = 27.71%

R = 30.02%
G = 42.26%
B = 27.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#82B778 (or 0x82B778) is known color: Amulet. HEX triplet: 82, B7 and 78. RGB value is (130,183,120). Sum of RGB (Red+Green+Blue) = 130+183+120=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #82B778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B778 is #7D4887. Grayscale: #A0A0A0. Windows color (decimal): -8210568 or 7911298. OLE color: 7911298.

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

Color convert

RGB 130 183 120 -
CMYK 0.29 0 0.34 0.28
HSL 110.48º 0.3% 0.59% -
HSV(B) 110.48º 0.34% 0.72% -
XYZ 29.53 39.97 23.93 -
YUV 159.97 105.44 106.62 -
System Red Green Blue C M Y K H S L
Decimal 130 183 120 0.29 0 0.34 0.28 110.48 0.3 0.59
Hex 82 B7 78 1D 0 22 1C 6E 1E 3B
Octal 202 267 170 35 0 42 34 156 36 73
Binary 10000010 10110111 1111000 11101 0 100010 11100 1101110 11110 111011

Color Harmonies of #82B778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B778

Black with #82B778

Text Example


Text Example

White with #82B778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,183,120); }

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

background-color css

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

 a { background-color: rgb(130,183,120); }

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

border-color css

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

 span { border-color: rgb(130,183,120); }

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