Html Css Color HEX #83A174 Amulet

📋 copy color: '#83A174'

red 131 ◦ green 161 ◦ blue 116

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

Shades of Amulet #83A174

Tints of Amulet #83A174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.43%

R = 32.11%
G = 39.46%
B = 28.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#83A174 (or 0x83A174) is known color: Amulet. HEX triplet: 83, A1 and 74. RGB value is (131,161,116). Sum of RGB (Red+Green+Blue) = 131+161+116=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 161 - color contains mainly: green. Hex color #83A174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A174 is #7C5E8B. Grayscale: #939393. Windows color (decimal): -8150668 or 7643523. OLE color: 7643523.

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

Color convert

RGB 131 161 116 -
CMYK 0.19 0 0.28 0.37
HSL 100º 0.19% 0.54% -
HSV(B) 100º 0.28% 0.63% -
XYZ 25.26 31.58 21.29 -
YUV 146.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 131 161 116 0.19 0 0.28 0.37 100 0.19 0.54
Hex 83 A1 74 13 0 1C 25 64 13 36
Octal 203 241 164 23 0 34 45 144 23 66
Binary 10000011 10100001 1110100 10011 0 11100 100101 1100100 10011 110110

Color Harmonies of #83A174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A174

Black with #83A174

Text Example


Text Example

White with #83A174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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