Html Css Color HEX #82B673 Amulet

📋 copy color: '#82B673'

red 130 ◦ green 182 ◦ blue 115

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

Shades of Amulet #82B673

Tints of Amulet #82B673

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.62%

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

R = 30.44%
G = 42.62%
B = 26.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#82B673 (or 0x82B673) is known color: Amulet. HEX triplet: 82, B6 and 73. RGB value is (130,182,115). Sum of RGB (Red+Green+Blue) = 130+182+115=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #82B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B673 is #7D498C. Grayscale: #9F9F9F. Windows color (decimal): -8210829 or 7583362. OLE color: 7583362.

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

Color convert

RGB 130 182 115 -
CMYK 0.29 0 0.37 0.29
HSL 106.57º 0.31% 0.58% -
HSV(B) 106.57º 0.37% 0.71% -
XYZ 29.03 39.44 22.3 -
YUV 158.81 103.27 107.45 -
System Red Green Blue C M Y K H S L
Decimal 130 182 115 0.29 0 0.37 0.29 106.57 0.31 0.58
Hex 82 B6 73 1D 0 25 1D 6B 1F 3A
Octal 202 266 163 35 0 45 35 153 37 72
Binary 10000010 10110110 1110011 11101 0 100101 11101 1101011 11111 111010

Color Harmonies of #82B673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B673

Black with #82B673

Text Example


Text Example

White with #82B673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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