Shades of Norway #ABC98D
Tints of Norway #ABC98D
RGB
CMYK
RGB Variations
Color information
#ABC98D (or 0xABC98D) is known color: Norway. HEX triplet: AB, C9 and 8D. RGB value is (171,201,141). Sum of RGB (Red+Green+Blue) = 171+201+141=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC98D is #543672. Grayscale: #B9B9B9. Windows color (decimal): -5518963 or 9292203. OLE color: 9292203.
HSL color Cylindrical-coordinate representation of color #ABC98D: hue angle of 90º 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 #ABC98D is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 141 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.21 |
| HSL | 90º | 0.36% | 0.67% | - |
| HSV(B) | 90º | 0.3% | 0.79% | - |
| XYZ | 42.49 | 52.35 | 33.07 | - |
| YUV | 185.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 141 | 0.15 | 0 | 0.30 | 0.21 | 90 | 0.36 | 0.67 |
| Hex | AB | C9 | 8D | F | 0 | 1E | 15 | 5A | 24 | 43 |
| Octal | 253 | 311 | 215 | 17 | 0 | 36 | 25 | 132 | 44 | 103 |
| Binary | 10101011 | 11001001 | 10001101 | 1111 | 0 | 11110 | 10101 | 1011010 | 100100 | 1000011 |
Color Harmonies of #ABC98D
Complementary color
Monochromatic Colors of #ABC98D
Black with #ABC98D
Text Example
Text Example
White with #ABC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC98D; }
p { color: rgb(171,201,141); }
H1.HeaderClassName
{
color: #ABC98D;
}
.AnyTagClassName
{
color: #ABC98D;
}
</style>
background-color css
<style>
a { background-color: #ABC98D; }
a { background-color: rgb(171,201,141); }
div.DivClassName
{
background-color: #ABC98D;
}
.BgClassName
{
background-color: #ABC98D;
}
</style>
border-color css
<style>
span { border-color: #ABC98D; }
span { border-color: rgb(171,201,141); }
td.TdClassName
{
border-color: #ABC98D;
}
.TagClassName
{
border-color: #ABC98D;
}
</style>