Html Css Color HEX #82B773 Amulet

📋 copy color: '#82B773'

red 130 ◦ green 183 ◦ blue 115

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

Shades of Amulet #82B773

Tints of Amulet #82B773

RGB

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

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

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

R = 30.37%
G = 42.76%
B = 26.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#82B773 (or 0x82B773) is known color: Amulet. HEX triplet: 82, B7 and 73. RGB value is (130,183,115). Sum of RGB (Red+Green+Blue) = 130+183+115=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 183 - color contains mainly: green. Hex color #82B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B773 is #7D488C. Grayscale: #9F9F9F. Windows color (decimal): -8210573 or 7583618. OLE color: 7583618.

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

Color convert

RGB 130 183 115 -
CMYK 0.29 0 0.37 0.28
HSL 106.76º 0.32% 0.58% -
HSV(B) 106.76º 0.37% 0.72% -
XYZ 29.23 39.85 22.37 -
YUV 159.4 102.94 107.03 -
System Red Green Blue C M Y K H S L
Decimal 130 183 115 0.29 0 0.37 0.28 106.76 0.32 0.58
Hex 82 B7 73 1D 0 25 1C 6B 20 3A
Octal 202 267 163 35 0 45 34 153 40 72
Binary 10000010 10110111 1110011 11101 0 100101 11100 1101011 100000 111010

Color Harmonies of #82B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B773

Black with #82B773

Text Example


Text Example

White with #82B773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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