Shades of Norway #ABC396
Tints of Norway #ABC396
RGB
CMYK
RGB Variations
Color information
#ABC396 (or 0xABC396) is known color: Norway. HEX triplet: AB, C3 and 96. RGB value is (171,195,150). Sum of RGB (Red+Green+Blue) = 171+195+150=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC396 is #543C69. Grayscale: #B6B6B6. Windows color (decimal): -5520490 or 9880491. OLE color: 9880491.
HSL color Cylindrical-coordinate representation of color #ABC396: hue angle of 92º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC396 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 150 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.24 |
| HSL | 92º | 0.27% | 0.68% | - |
| HSV(B) | 92º | 0.23% | 0.76% | - |
| XYZ | 41.81 | 49.89 | 36.28 | - |
| YUV | 182.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 150 | 0.12 | 0 | 0.23 | 0.24 | 92 | 0.27 | 0.68 |
| Hex | AB | C3 | 96 | C | 0 | 17 | 18 | 5C | 1B | 44 |
| Octal | 253 | 303 | 226 | 14 | 0 | 27 | 30 | 134 | 33 | 104 |
| Binary | 10101011 | 11000011 | 10010110 | 1100 | 0 | 10111 | 11000 | 1011100 | 11011 | 1000100 |
Color Harmonies of #ABC396
Complementary color
Monochromatic Colors of #ABC396
Black with #ABC396
Text Example
Text Example
White with #ABC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC396; }
p { color: rgb(171,195,150); }
H1.HeaderClassName
{
color: #ABC396;
}
.AnyTagClassName
{
color: #ABC396;
}
</style>
background-color css
<style>
a { background-color: #ABC396; }
a { background-color: rgb(171,195,150); }
div.DivClassName
{
background-color: #ABC396;
}
.BgClassName
{
background-color: #ABC396;
}
</style>
border-color css
<style>
span { border-color: #ABC396; }
span { border-color: rgb(171,195,150); }
td.TdClassName
{
border-color: #ABC396;
}
.TagClassName
{
border-color: #ABC396;
}
</style>