Html Css Color HEX #83AD6D Amulet

📋 copy color: '#83AD6D'

red 131 ◦ green 173 ◦ blue 109

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

Shades of Amulet #83AD6D

Tints of Amulet #83AD6D

RGB

 RED value IS 131 (51.56% from 255) = 31.72%

 GREEN value IS 173 (67.97% from 255) = 41.89%

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 31.72%
G = 41.89%
B = 26.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#83AD6D (or 0x83AD6D) is known color: Amulet. HEX triplet: 83, AD and 6D. RGB value is (131,173,109). Sum of RGB (Red+Green+Blue) = 131+173+109=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AD6D is #7C5292. Grayscale: #999999. Windows color (decimal): -8147603 or 7187843. OLE color: 7187843.

HSL color Cylindrical-coordinate representation of color #83AD6D: hue angle of 99.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83AD6D is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 173 109 -
CMYK 0.24 0 0.37 0.32
HSL 99.38º 0.28% 0.55% -
HSV(B) 99.38º 0.37% 0.68% -
XYZ 27.06 35.82 19.95 -
YUV 153.15 103.09 112.2 -
System Red Green Blue C M Y K H S L
Decimal 131 173 109 0.24 0 0.37 0.32 99.38 0.28 0.55
Hex 83 AD 6D 18 0 25 20 63 1C 37
Octal 203 255 155 30 0 45 40 143 34 67
Binary 10000011 10101101 1101101 11000 0 100101 100000 1100011 11100 110111

Color Harmonies of #83AD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AD6D

Black with #83AD6D

Text Example


Text Example

White with #83AD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AD6D; }

 p { color: rgb(131,173,109); }

 H1.HeaderClassName
 {
   color: #83AD6D;
 }
 .AnyTagClassName
 {
   color: #83AD6D;
 }
</style>

background-color css

<style>
 a { background-color: #83AD6D; }

 a { background-color: rgb(131,173,109); }

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

border-color css

<style>
 span { border-color: #83AD6D; }

 span { border-color: rgb(131,173,109); }

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