Shades of Norway #ABC199
Tints of Norway #ABC199
RGB
CMYK
RGB Variations
Color information
#ABC199 (or 0xABC199) is known color: Norway. HEX triplet: AB, C1 and 99. RGB value is (171,193,153). Sum of RGB (Red+Green+Blue) = 171+193+153=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC199 is #543E66. Grayscale: #B6B6B6. Windows color (decimal): -5520999 or 10076587. OLE color: 10076587.
HSL color Cylindrical-coordinate representation of color #ABC199: hue angle of 93º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC199 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 153 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.24 |
| HSL | 93º | 0.24% | 0.68% | - |
| HSV(B) | 93º | 0.21% | 0.76% | - |
| XYZ | 41.61 | 49.1 | 37.42 | - |
| YUV | 181.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 153 | 0.11 | 0 | 0.21 | 0.24 | 93 | 0.24 | 0.68 |
| Hex | AB | C1 | 99 | B | 0 | 15 | 18 | 5D | 18 | 44 |
| Octal | 253 | 301 | 231 | 13 | 0 | 25 | 30 | 135 | 30 | 104 |
| Binary | 10101011 | 11000001 | 10011001 | 1011 | 0 | 10101 | 11000 | 1011101 | 11000 | 1000100 |
Color Harmonies of #ABC199
Complementary color
Monochromatic Colors of #ABC199
Black with #ABC199
Text Example
Text Example
White with #ABC199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC199; }
p { color: rgb(171,193,153); }
H1.HeaderClassName
{
color: #ABC199;
}
.AnyTagClassName
{
color: #ABC199;
}
</style>
background-color css
<style>
a { background-color: #ABC199; }
a { background-color: rgb(171,193,153); }
div.DivClassName
{
background-color: #ABC199;
}
.BgClassName
{
background-color: #ABC199;
}
</style>
border-color css
<style>
span { border-color: #ABC199; }
span { border-color: rgb(171,193,153); }
td.TdClassName
{
border-color: #ABC199;
}
.TagClassName
{
border-color: #ABC199;
}
</style>