Shades of Norway #ABC08C
Tints of Norway #ABC08C
RGB
CMYK
RGB Variations
Color information
#ABC08C (or 0xABC08C) is known color: Norway. HEX triplet: AB, C0 and 8C. RGB value is (171,192,140). Sum of RGB (Red+Green+Blue) = 171+192+140=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC08C is #543F73. Grayscale: #B3B3B3. Windows color (decimal): -5521268 or 9224363. OLE color: 9224363.
HSL color Cylindrical-coordinate representation of color #ABC08C: hue angle of 84.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABC08C is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 140 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.25 |
| HSL | 84.23º | 0.29% | 0.65% | - |
| HSV(B) | 84.23º | 0.27% | 0.75% | - |
| XYZ | 40.38 | 48.25 | 32 | - |
| YUV | 179.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 140 | 0.11 | 0 | 0.27 | 0.25 | 84.23 | 0.29 | 0.65 |
| Hex | AB | C0 | 8C | B | 0 | 1B | 19 | 54 | 1D | 41 |
| Octal | 253 | 300 | 214 | 13 | 0 | 33 | 31 | 124 | 35 | 101 |
| Binary | 10101011 | 11000000 | 10001100 | 1011 | 0 | 11011 | 11001 | 1010100 | 11101 | 1000001 |
Color Harmonies of #ABC08C
Complementary color
Monochromatic Colors of #ABC08C
Black with #ABC08C
Text Example
Text Example
White with #ABC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC08C; }
p { color: rgb(171,192,140); }
H1.HeaderClassName
{
color: #ABC08C;
}
.AnyTagClassName
{
color: #ABC08C;
}
</style>
background-color css
<style>
a { background-color: #ABC08C; }
a { background-color: rgb(171,192,140); }
div.DivClassName
{
background-color: #ABC08C;
}
.BgClassName
{
background-color: #ABC08C;
}
</style>
border-color css
<style>
span { border-color: #ABC08C; }
span { border-color: rgb(171,192,140); }
td.TdClassName
{
border-color: #ABC08C;
}
.TagClassName
{
border-color: #ABC08C;
}
</style>