Shades of Norway #ABC28C
Tints of Norway #ABC28C
RGB
CMYK
RGB Variations
Color information
#ABC28C (or 0xABC28C) is known color: Norway. HEX triplet: AB, C2 and 8C. RGB value is (171,194,140). Sum of RGB (Red+Green+Blue) = 171+194+140=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC28C is #543D73. Grayscale: #B5B5B5. Windows color (decimal): -5520756 or 9224875. OLE color: 9224875.
HSL color Cylindrical-coordinate representation of color #ABC28C: hue angle of 85.56º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC28C is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 140 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.24 |
| HSL | 85.56º | 0.31% | 0.65% | - |
| HSV(B) | 85.56º | 0.28% | 0.76% | - |
| XYZ | 40.82 | 49.13 | 32.14 | - |
| YUV | 180.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 140 | 0.12 | 0 | 0.28 | 0.24 | 85.56 | 0.31 | 0.65 |
| Hex | AB | C2 | 8C | C | 0 | 1C | 18 | 56 | 1F | 41 |
| Octal | 253 | 302 | 214 | 14 | 0 | 34 | 30 | 126 | 37 | 101 |
| Binary | 10101011 | 11000010 | 10001100 | 1100 | 0 | 11100 | 11000 | 1010110 | 11111 | 1000001 |
Color Harmonies of #ABC28C
Complementary color
Monochromatic Colors of #ABC28C
Black with #ABC28C
Text Example
Text Example
White with #ABC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC28C; }
p { color: rgb(171,194,140); }
H1.HeaderClassName
{
color: #ABC28C;
}
.AnyTagClassName
{
color: #ABC28C;
}
</style>
background-color css
<style>
a { background-color: #ABC28C; }
a { background-color: rgb(171,194,140); }
div.DivClassName
{
background-color: #ABC28C;
}
.BgClassName
{
background-color: #ABC28C;
}
</style>
border-color css
<style>
span { border-color: #ABC28C; }
span { border-color: rgb(171,194,140); }
td.TdClassName
{
border-color: #ABC28C;
}
.TagClassName
{
border-color: #ABC28C;
}
</style>