Shades of Norway #ABC096
Tints of Norway #ABC096
RGB
CMYK
RGB Variations
Color information
#ABC096 (or 0xABC096) is known color: Norway. HEX triplet: AB, C0 and 96. RGB value is (171,192,150). Sum of RGB (Red+Green+Blue) = 171+192+150=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC096 is #543F69. Grayscale: #B5B5B5. Windows color (decimal): -5521258 or 9879723. OLE color: 9879723.
HSL color Cylindrical-coordinate representation of color #ABC096: hue angle of 90º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC096 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 150 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.25 |
| HSL | 90º | 0.25% | 0.67% | - |
| HSV(B) | 90º | 0.22% | 0.75% | - |
| XYZ | 41.15 | 48.56 | 36.06 | - |
| YUV | 180.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 150 | 0.11 | 0 | 0.22 | 0.25 | 90 | 0.25 | 0.67 |
| Hex | AB | C0 | 96 | B | 0 | 16 | 19 | 5A | 19 | 43 |
| Octal | 253 | 300 | 226 | 13 | 0 | 26 | 31 | 132 | 31 | 103 |
| Binary | 10101011 | 11000000 | 10010110 | 1011 | 0 | 10110 | 11001 | 1011010 | 11001 | 1000011 |
Color Harmonies of #ABC096
Complementary color
Monochromatic Colors of #ABC096
Black with #ABC096
Text Example
Text Example
White with #ABC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC096; }
p { color: rgb(171,192,150); }
H1.HeaderClassName
{
color: #ABC096;
}
.AnyTagClassName
{
color: #ABC096;
}
</style>
background-color css
<style>
a { background-color: #ABC096; }
a { background-color: rgb(171,192,150); }
div.DivClassName
{
background-color: #ABC096;
}
.BgClassName
{
background-color: #ABC096;
}
</style>
border-color css
<style>
span { border-color: #ABC096; }
span { border-color: rgb(171,192,150); }
td.TdClassName
{
border-color: #ABC096;
}
.TagClassName
{
border-color: #ABC096;
}
</style>