Shades of Norway #ABC58D
Tints of Norway #ABC58D
RGB
CMYK
RGB Variations
Color information
#ABC58D (or 0xABC58D) is known color: Norway. HEX triplet: AB, C5 and 8D. RGB value is (171,197,141). Sum of RGB (Red+Green+Blue) = 171+197+141=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC58D is #543A72. Grayscale: #B7B7B7. Windows color (decimal): -5519987 or 9291179. OLE color: 9291179.
HSL color Cylindrical-coordinate representation of color #ABC58D: hue angle of 87.86º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC58D is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 141 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.23 |
| HSL | 87.86º | 0.33% | 0.66% | - |
| HSV(B) | 87.86º | 0.28% | 0.77% | - |
| XYZ | 41.57 | 50.51 | 32.76 | - |
| YUV | 182.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 141 | 0.13 | 0 | 0.28 | 0.23 | 87.86 | 0.33 | 0.66 |
| Hex | AB | C5 | 8D | D | 0 | 1C | 17 | 58 | 21 | 42 |
| Octal | 253 | 305 | 215 | 15 | 0 | 34 | 27 | 130 | 41 | 102 |
| Binary | 10101011 | 11000101 | 10001101 | 1101 | 0 | 11100 | 10111 | 1011000 | 100001 | 1000010 |
Color Harmonies of #ABC58D
Complementary color
Monochromatic Colors of #ABC58D
Black with #ABC58D
Text Example
Text Example
White with #ABC58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC58D; }
p { color: rgb(171,197,141); }
H1.HeaderClassName
{
color: #ABC58D;
}
.AnyTagClassName
{
color: #ABC58D;
}
</style>
background-color css
<style>
a { background-color: #ABC58D; }
a { background-color: rgb(171,197,141); }
div.DivClassName
{
background-color: #ABC58D;
}
.BgClassName
{
background-color: #ABC58D;
}
</style>
border-color css
<style>
span { border-color: #ABC58D; }
span { border-color: rgb(171,197,141); }
td.TdClassName
{
border-color: #ABC58D;
}
.TagClassName
{
border-color: #ABC58D;
}
</style>