Shades of Norway #ABC392
Tints of Norway #ABC392
RGB
CMYK
RGB Variations
Color information
#ABC392 (or 0xABC392) is known color: Norway. HEX triplet: AB, C3 and 92. RGB value is (171,195,146). Sum of RGB (Red+Green+Blue) = 171+195+146=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC392 is #543C6D. Grayscale: #B6B6B6. Windows color (decimal): -5520494 or 9618347. OLE color: 9618347.
HSL color Cylindrical-coordinate representation of color #ABC392: hue angle of 89.39º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABC392 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 146 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.24 |
| HSL | 89.39º | 0.29% | 0.67% | - |
| HSV(B) | 89.39º | 0.25% | 0.76% | - |
| XYZ | 41.5 | 49.76 | 34.61 | - |
| YUV | 182.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 146 | 0.12 | 0 | 0.25 | 0.24 | 89.39 | 0.29 | 0.67 |
| Hex | AB | C3 | 92 | C | 0 | 19 | 18 | 59 | 1D | 43 |
| Octal | 253 | 303 | 222 | 14 | 0 | 31 | 30 | 131 | 35 | 103 |
| Binary | 10101011 | 11000011 | 10010010 | 1100 | 0 | 11001 | 11000 | 1011001 | 11101 | 1000011 |
Color Harmonies of #ABC392
Complementary color
Monochromatic Colors of #ABC392
Black with #ABC392
Text Example
Text Example
White with #ABC392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC392; }
p { color: rgb(171,195,146); }
H1.HeaderClassName
{
color: #ABC392;
}
.AnyTagClassName
{
color: #ABC392;
}
</style>
background-color css
<style>
a { background-color: #ABC392; }
a { background-color: rgb(171,195,146); }
div.DivClassName
{
background-color: #ABC392;
}
.BgClassName
{
background-color: #ABC392;
}
</style>
border-color css
<style>
span { border-color: #ABC392; }
span { border-color: rgb(171,195,146); }
td.TdClassName
{
border-color: #ABC392;
}
.TagClassName
{
border-color: #ABC392;
}
</style>