Html Css Color HEX #83A16E Amulet

📋 copy color: '#83A16E'

red 131 ◦ green 161 ◦ blue 110

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

Shades of Amulet #83A16E

Tints of Amulet #83A16E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.05%

 BLUE value IS 110 (43.36% from 255) = 27.36%

R = 32.59%
G = 40.05%
B = 27.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#83A16E (or 0x83A16E) is known color: Amulet. HEX triplet: 83, A1 and 6E. RGB value is (131,161,110). Sum of RGB (Red+Green+Blue) = 131+161+110=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 161 - color contains mainly: green. Hex color #83A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A16E is #7C5E91. Grayscale: #929292. Windows color (decimal): -8150674 or 7250307. OLE color: 7250307.

HSL color Cylindrical-coordinate representation of color #83A16E: hue angle of 95.29º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83A16E is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 161 110 -
CMYK 0.19 0 0.32 0.37
HSL 95.29º 0.21% 0.53% -
HSV(B) 95.29º 0.32% 0.63% -
XYZ 24.92 31.44 19.51 -
YUV 146.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 131 161 110 0.19 0 0.32 0.37 95.29 0.21 0.53
Hex 83 A1 6E 13 0 20 25 5F 15 35
Octal 203 241 156 23 0 40 45 137 25 65
Binary 10000011 10100001 1101110 10011 0 100000 100101 1011111 10101 110101

Color Harmonies of #83A16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A16E

Black with #83A16E

Text Example


Text Example

White with #83A16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,161,110); }

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

background-color css

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

 a { background-color: rgb(131,161,110); }

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

border-color css

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

 span { border-color: rgb(131,161,110); }

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