Shades of Norway #ABC394
Tints of Norway #ABC394
RGB
CMYK
RGB Variations
Color information
#ABC394 (or 0xABC394) is known color: Norway. HEX triplet: AB, C3 and 94. RGB value is (171,195,148). Sum of RGB (Red+Green+Blue) = 171+195+148=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC394 is #543C6B. Grayscale: #B6B6B6. Windows color (decimal): -5520492 or 9749419. OLE color: 9749419.
HSL color Cylindrical-coordinate representation of color #ABC394: hue angle of 90.64º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC394 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 148 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.24 |
| HSL | 90.64º | 0.28% | 0.67% | - |
| HSV(B) | 90.64º | 0.24% | 0.76% | - |
| XYZ | 41.65 | 49.83 | 35.44 | - |
| YUV | 182.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 148 | 0.12 | 0 | 0.24 | 0.24 | 90.64 | 0.28 | 0.67 |
| Hex | AB | C3 | 94 | C | 0 | 18 | 18 | 5B | 1C | 43 |
| Octal | 253 | 303 | 224 | 14 | 0 | 30 | 30 | 133 | 34 | 103 |
| Binary | 10101011 | 11000011 | 10010100 | 1100 | 0 | 11000 | 11000 | 1011011 | 11100 | 1000011 |
Color Harmonies of #ABC394
Complementary color
Monochromatic Colors of #ABC394
Black with #ABC394
Text Example
Text Example
White with #ABC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC394; }
p { color: rgb(171,195,148); }
H1.HeaderClassName
{
color: #ABC394;
}
.AnyTagClassName
{
color: #ABC394;
}
</style>
background-color css
<style>
a { background-color: #ABC394; }
a { background-color: rgb(171,195,148); }
div.DivClassName
{
background-color: #ABC394;
}
.BgClassName
{
background-color: #ABC394;
}
</style>
border-color css
<style>
span { border-color: #ABC394; }
span { border-color: rgb(171,195,148); }
td.TdClassName
{
border-color: #ABC394;
}
.TagClassName
{
border-color: #ABC394;
}
</style>