Shades of Norway #ABC094
Tints of Norway #ABC094
RGB
CMYK
RGB Variations
Color information
#ABC094 (or 0xABC094) is known color: Norway. HEX triplet: AB, C0 and 94. RGB value is (171,192,148). Sum of RGB (Red+Green+Blue) = 171+192+148=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC094 is #543F6B. Grayscale: #B4B4B4. Windows color (decimal): -5521260 or 9748651. OLE color: 9748651.
HSL color Cylindrical-coordinate representation of color #ABC094: hue angle of 88.64º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC094 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 148 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.25 |
| HSL | 88.64º | 0.26% | 0.67% | - |
| HSV(B) | 88.64º | 0.23% | 0.75% | - |
| XYZ | 40.99 | 48.5 | 35.22 | - |
| YUV | 180.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 148 | 0.11 | 0 | 0.23 | 0.25 | 88.64 | 0.26 | 0.67 |
| Hex | AB | C0 | 94 | B | 0 | 17 | 19 | 59 | 1A | 43 |
| Octal | 253 | 300 | 224 | 13 | 0 | 27 | 31 | 131 | 32 | 103 |
| Binary | 10101011 | 11000000 | 10010100 | 1011 | 0 | 10111 | 11001 | 1011001 | 11010 | 1000011 |
Color Harmonies of #ABC094
Complementary color
Monochromatic Colors of #ABC094
Black with #ABC094
Text Example
Text Example
White with #ABC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC094; }
p { color: rgb(171,192,148); }
H1.HeaderClassName
{
color: #ABC094;
}
.AnyTagClassName
{
color: #ABC094;
}
</style>
background-color css
<style>
a { background-color: #ABC094; }
a { background-color: rgb(171,192,148); }
div.DivClassName
{
background-color: #ABC094;
}
.BgClassName
{
background-color: #ABC094;
}
</style>
border-color css
<style>
span { border-color: #ABC094; }
span { border-color: rgb(171,192,148); }
td.TdClassName
{
border-color: #ABC094;
}
.TagClassName
{
border-color: #ABC094;
}
</style>