#83A27C

Color #83A27C Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #83A27C

Tints of Amulet #83A27C

Color information

#83A27C (or 0x83A27C) is unknown color: approx Amulet. HEX triplet: 83, A2 and 7C. RGB value is (131,162,124). Sum of RGB (Red+Green+Blue) = 131+162+124=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #83A27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A27C is #7C5D83. Grayscale: #949494. Windows color (decimal): -8150404 or 8168067. OLE color: 8168067.

HSL color Cylindrical-coordinate representation of color #83A27C: hue angle of 108.95º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83A27C is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB131162124-
CMYK0.1900.230.36
HSL108.95º16.96%56.08%-
HSV(B)108.95º23.46%63.53%-
XYZ25.9232.1223.9-
YUV148.4114.23115.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=31.41%
G=38.85%
B=29.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311621240.1900.230.36108.9516.9656.08
Hex83A27C13017246d1138
Octal20324217423027441552170
Binary1000001110100010111110010011010111100100110110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,162,124); }

 H1.HeaderClassName
 {
   color: #83A27C;
 }
 .AnyTagClassName
 {
   color: #83A27C;
 }
</style>
background-color css

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

 a { background-color: rgb(131,162,124); }

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

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

 span { border-color: rgb(131,162,124); }

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