Html Css Color HEX #83A173 Amulet

📋 copy color: '#83A173'

red 131 ◦ green 161 ◦ blue 115

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

Shades of Amulet #83A173

Tints of Amulet #83A173

RGB

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

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

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

R = 32.19%
G = 39.56%
B = 28.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#83A173 (or 0x83A173) is known color: Amulet. HEX triplet: 83, A1 and 73. RGB value is (131,161,115). Sum of RGB (Red+Green+Blue) = 131+161+115=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 161 - color contains mainly: green. Hex color #83A173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A173 is #7C5E8C. Grayscale: #929292. Windows color (decimal): -8150669 or 7577987. OLE color: 7577987.

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

Color convert

RGB 131 161 115 -
CMYK 0.19 0 0.29 0.37
HSL 99.13º 0.2% 0.54% -
HSV(B) 99.13º 0.29% 0.63% -
XYZ 25.2 31.55 20.98 -
YUV 146.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 131 161 115 0.19 0 0.29 0.37 99.13 0.2 0.54
Hex 83 A1 73 13 0 1D 25 63 14 36
Octal 203 241 163 23 0 35 45 143 24 66
Binary 10000011 10100001 1110011 10011 0 11101 100101 1100011 10100 110110

Color Harmonies of #83A173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A173

Black with #83A173

Text Example


Text Example

White with #83A173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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