Shades of Norway #ABC996
Tints of Norway #ABC996
RGB
CMYK
RGB Variations
Color information
#ABC996 (or 0xABC996) is known color: Norway. HEX triplet: AB, C9 and 96. RGB value is (171,201,150). Sum of RGB (Red+Green+Blue) = 171+201+150=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC996 is #543669. Grayscale: #BABABA. Windows color (decimal): -5518954 or 9882027. OLE color: 9882027.
HSL color Cylindrical-coordinate representation of color #ABC996: hue angle of 95.29º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABC996 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 150 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.21 |
| HSL | 95.29º | 0.32% | 0.69% | - |
| HSV(B) | 95.29º | 0.25% | 0.79% | - |
| XYZ | 43.19 | 52.63 | 36.74 | - |
| YUV | 186.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 150 | 0.15 | 0 | 0.25 | 0.21 | 95.29 | 0.32 | 0.69 |
| Hex | AB | C9 | 96 | F | 0 | 19 | 15 | 5F | 20 | 45 |
| Octal | 253 | 311 | 226 | 17 | 0 | 31 | 25 | 137 | 40 | 105 |
| Binary | 10101011 | 11001001 | 10010110 | 1111 | 0 | 11001 | 10101 | 1011111 | 100000 | 1000101 |
Color Harmonies of #ABC996
Complementary color
Monochromatic Colors of #ABC996
Black with #ABC996
Text Example
Text Example
White with #ABC996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC996; }
p { color: rgb(171,201,150); }
H1.HeaderClassName
{
color: #ABC996;
}
.AnyTagClassName
{
color: #ABC996;
}
</style>
background-color css
<style>
a { background-color: #ABC996; }
a { background-color: rgb(171,201,150); }
div.DivClassName
{
background-color: #ABC996;
}
.BgClassName
{
background-color: #ABC996;
}
</style>
border-color css
<style>
span { border-color: #ABC996; }
span { border-color: rgb(171,201,150); }
td.TdClassName
{
border-color: #ABC996;
}
.TagClassName
{
border-color: #ABC996;
}
</style>