Shades of Norway #ABC98C
Tints of Norway #ABC98C
RGB
CMYK
RGB Variations
Color information
#ABC98C (or 0xABC98C) is known color: Norway. HEX triplet: AB, C9 and 8C. RGB value is (171,201,140). Sum of RGB (Red+Green+Blue) = 171+201+140=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC98C is #543673. Grayscale: #B9B9B9. Windows color (decimal): -5518964 or 9226667. OLE color: 9226667.
HSL color Cylindrical-coordinate representation of color #ABC98C: hue angle of 89.51º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC98C is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 140 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.21 |
| HSL | 89.51º | 0.36% | 0.67% | - |
| HSV(B) | 89.51º | 0.3% | 0.79% | - |
| XYZ | 42.41 | 52.32 | 32.68 | - |
| YUV | 185.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 140 | 0.15 | 0 | 0.30 | 0.21 | 89.51 | 0.36 | 0.67 |
| Hex | AB | C9 | 8C | F | 0 | 1E | 15 | 5A | 24 | 43 |
| Octal | 253 | 311 | 214 | 17 | 0 | 36 | 25 | 132 | 44 | 103 |
| Binary | 10101011 | 11001001 | 10001100 | 1111 | 0 | 11110 | 10101 | 1011010 | 100100 | 1000011 |
Color Harmonies of #ABC98C
Complementary color
Monochromatic Colors of #ABC98C
Black with #ABC98C
Text Example
Text Example
White with #ABC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC98C; }
p { color: rgb(171,201,140); }
H1.HeaderClassName
{
color: #ABC98C;
}
.AnyTagClassName
{
color: #ABC98C;
}
</style>
background-color css
<style>
a { background-color: #ABC98C; }
a { background-color: rgb(171,201,140); }
div.DivClassName
{
background-color: #ABC98C;
}
.BgClassName
{
background-color: #ABC98C;
}
</style>
border-color css
<style>
span { border-color: #ABC98C; }
span { border-color: rgb(171,201,140); }
td.TdClassName
{
border-color: #ABC98C;
}
.TagClassName
{
border-color: #ABC98C;
}
</style>