Shades of Norway #ABC09C
Tints of Norway #ABC09C
RGB
CMYK
RGB Variations
Color information
#ABC09C (or 0xABC09C) is known color: Norway. HEX triplet: AB, C0 and 9C. RGB value is (171,192,156). Sum of RGB (Red+Green+Blue) = 171+192+156=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC09C is #543F63. Grayscale: #B5B5B5. Windows color (decimal): -5521252 or 10272939. OLE color: 10272939.
HSL color Cylindrical-coordinate representation of color #ABC09C: hue angle of 95º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABC09C is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 156 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.25 |
| HSL | 95º | 0.22% | 0.68% | - |
| HSV(B) | 95º | 0.19% | 0.75% | - |
| XYZ | 41.64 | 48.76 | 38.67 | - |
| YUV | 181.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 156 | 0.11 | 0 | 0.19 | 0.25 | 95 | 0.22 | 0.68 |
| Hex | AB | C0 | 9C | B | 0 | 13 | 19 | 5F | 16 | 44 |
| Octal | 253 | 300 | 234 | 13 | 0 | 23 | 31 | 137 | 26 | 104 |
| Binary | 10101011 | 11000000 | 10011100 | 1011 | 0 | 10011 | 11001 | 1011111 | 10110 | 1000100 |
Color Harmonies of #ABC09C
Complementary color
Monochromatic Colors of #ABC09C
Black with #ABC09C
Text Example
Text Example
White with #ABC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC09C; }
p { color: rgb(171,192,156); }
H1.HeaderClassName
{
color: #ABC09C;
}
.AnyTagClassName
{
color: #ABC09C;
}
</style>
background-color css
<style>
a { background-color: #ABC09C; }
a { background-color: rgb(171,192,156); }
div.DivClassName
{
background-color: #ABC09C;
}
.BgClassName
{
background-color: #ABC09C;
}
</style>
border-color css
<style>
span { border-color: #ABC09C; }
span { border-color: rgb(171,192,156); }
td.TdClassName
{
border-color: #ABC09C;
}
.TagClassName
{
border-color: #ABC09C;
}
</style>