Html Css Color HEX #83A177 Amulet

📋 copy color: '#83A177'

red 131 ◦ green 161 ◦ blue 119

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

Shades of Amulet #83A177

Tints of Amulet #83A177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.95%

R = 31.87%
G = 39.17%
B = 28.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#83A177 (or 0x83A177) is known color: Amulet. HEX triplet: 83, A1 and 77. RGB value is (131,161,119). Sum of RGB (Red+Green+Blue) = 131+161+119=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #83A177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A177 is #7C5E88. Grayscale: #939393. Windows color (decimal): -8150665 or 7840131. OLE color: 7840131.

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

Color convert

RGB 131 161 119 -
CMYK 0.19 0 0.26 0.37
HSL 102.86º 0.18% 0.55% -
HSV(B) 102.86º 0.26% 0.63% -
XYZ 25.43 31.65 22.22 -
YUV 147.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 131 161 119 0.19 0 0.26 0.37 102.86 0.18 0.55
Hex 83 A1 77 13 0 1A 25 67 12 37
Octal 203 241 167 23 0 32 45 147 22 67
Binary 10000011 10100001 1110111 10011 0 11010 100101 1100111 10010 110111

Color Harmonies of #83A177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A177

Black with #83A177

Text Example


Text Example

White with #83A177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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