Shades of Amulet #83B278
Tints of Amulet #83B278
RGB
CMYK
RGB Variations
Color information
#83B278 (or 0x83B278) is known color: Amulet. HEX triplet: 83, B2 and 78. RGB value is (131,178,120). Sum of RGB (Red+Green+Blue) = 131+178+120=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #83B278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B278 is #7C4D87. Grayscale: #9D9D9D. Windows color (decimal): -8146312 or 7910019. OLE color: 7910019.
HSL color Cylindrical-coordinate representation of color #83B278: hue angle of 108.62º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83B278 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 178 | 120 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.30 |
| HSL | 108.62º | 0.27% | 0.58% | - |
| HSV(B) | 108.62º | 0.33% | 0.7% | - |
| XYZ | 28.67 | 38.02 | 23.6 | - |
| YUV | 157.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 120 | 0.26 | 0 | 0.33 | 0.30 | 108.62 | 0.27 | 0.58 |
| Hex | 83 | B2 | 78 | 1A | 0 | 21 | 1E | 6D | 1B | 3A |
| Octal | 203 | 262 | 170 | 32 | 0 | 41 | 36 | 155 | 33 | 72 |
| Binary | 10000011 | 10110010 | 1111000 | 11010 | 0 | 100001 | 11110 | 1101101 | 11011 | 111010 |
Color Harmonies of #83B278
Complementary color
Monochromatic Colors of #83B278
Black with #83B278
Text Example
Text Example
White with #83B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B278; }
p { color: rgb(131,178,120); }
H1.HeaderClassName
{
color: #83B278;
}
.AnyTagClassName
{
color: #83B278;
}
</style>
background-color css
<style>
a { background-color: #83B278; }
a { background-color: rgb(131,178,120); }
div.DivClassName
{
background-color: #83B278;
}
.BgClassName
{
background-color: #83B278;
}
</style>
border-color css
<style>
span { border-color: #83B278; }
span { border-color: rgb(131,178,120); }
td.TdClassName
{
border-color: #83B278;
}
.TagClassName
{
border-color: #83B278;
}
</style>