Shades of Norway #ABC698
Tints of Norway #ABC698
RGB
CMYK
RGB Variations
Color information
#ABC698 (or 0xABC698) is known color: Norway. HEX triplet: AB, C6 and 98. RGB value is (171,198,152). Sum of RGB (Red+Green+Blue) = 171+198+152=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC698 is #543967. Grayscale: #B8B8B8. Windows color (decimal): -5519720 or 10012331. OLE color: 10012331.
HSL color Cylindrical-coordinate representation of color #ABC698: hue angle of 95.22º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC698 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 152 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.22 |
| HSL | 95.22º | 0.29% | 0.69% | - |
| HSV(B) | 95.22º | 0.23% | 0.78% | - |
| XYZ | 42.66 | 51.31 | 37.36 | - |
| YUV | 184.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 152 | 0.14 | 0 | 0.23 | 0.22 | 95.22 | 0.29 | 0.69 |
| Hex | AB | C6 | 98 | E | 0 | 17 | 16 | 5F | 1D | 45 |
| Octal | 253 | 306 | 230 | 16 | 0 | 27 | 26 | 137 | 35 | 105 |
| Binary | 10101011 | 11000110 | 10011000 | 1110 | 0 | 10111 | 10110 | 1011111 | 11101 | 1000101 |
Color Harmonies of #ABC698
Complementary color
Monochromatic Colors of #ABC698
Black with #ABC698
Text Example
Text Example
White with #ABC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC698; }
p { color: rgb(171,198,152); }
H1.HeaderClassName
{
color: #ABC698;
}
.AnyTagClassName
{
color: #ABC698;
}
</style>
background-color css
<style>
a { background-color: #ABC698; }
a { background-color: rgb(171,198,152); }
div.DivClassName
{
background-color: #ABC698;
}
.BgClassName
{
background-color: #ABC698;
}
</style>
border-color css
<style>
span { border-color: #ABC698; }
span { border-color: rgb(171,198,152); }
td.TdClassName
{
border-color: #ABC698;
}
.TagClassName
{
border-color: #ABC698;
}
</style>