Shades of Mantle #8CB283
Tints of Mantle #8CB283
RGB
CMYK
RGB Variations
Color information
#8CB283 (or 0x8CB283) is known color: Mantle. HEX triplet: 8C, B2 and 83. RGB value is (140,178,131). Sum of RGB (Red+Green+Blue) = 140+178+131=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB283 is #734D7C. Grayscale: #A1A1A1. Windows color (decimal): -7556477 or 8630924. OLE color: 8630924.
HSL color Cylindrical-coordinate representation of color #8CB283: hue angle of 108.51º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CB283 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 131 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.30 |
| HSL | 108.51º | 0.23% | 0.61% | - |
| HSV(B) | 108.51º | 0.26% | 0.7% | - |
| XYZ | 30.83 | 39.05 | 27.39 | - |
| YUV | 161.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 131 | 0.21 | 0 | 0.26 | 0.30 | 108.51 | 0.23 | 0.61 |
| Hex | 8C | B2 | 83 | 15 | 0 | 1A | 1E | 6D | 17 | 3D |
| Octal | 214 | 262 | 203 | 25 | 0 | 32 | 36 | 155 | 27 | 75 |
| Binary | 10001100 | 10110010 | 10000011 | 10101 | 0 | 11010 | 11110 | 1101101 | 10111 | 111101 |
Color Harmonies of #8CB283
Complementary color
Monochromatic Colors of #8CB283
Black with #8CB283
Text Example
Text Example
White with #8CB283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB283; }
p { color: rgb(140,178,131); }
H1.HeaderClassName
{
color: #8CB283;
}
.AnyTagClassName
{
color: #8CB283;
}
</style>
background-color css
<style>
a { background-color: #8CB283; }
a { background-color: rgb(140,178,131); }
div.DivClassName
{
background-color: #8CB283;
}
.BgClassName
{
background-color: #8CB283;
}
</style>
border-color css
<style>
span { border-color: #8CB283; }
span { border-color: rgb(140,178,131); }
td.TdClassName
{
border-color: #8CB283;
}
.TagClassName
{
border-color: #8CB283;
}
</style>