Shades of Norway #ABC28B
Tints of Norway #ABC28B
RGB
CMYK
RGB Variations
Color information
#ABC28B (or 0xABC28B) is known color: Norway. HEX triplet: AB, C2 and 8B. RGB value is (171,194,139). Sum of RGB (Red+Green+Blue) = 171+194+139=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC28B is #543D74. Grayscale: #B5B5B5. Windows color (decimal): -5520757 or 9159339. OLE color: 9159339.
HSL color Cylindrical-coordinate representation of color #ABC28B: hue angle of 85.09º 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 #ABC28B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 139 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.24 |
| HSL | 85.09º | 0.31% | 0.65% | - |
| HSV(B) | 85.09º | 0.28% | 0.76% | - |
| XYZ | 40.75 | 49.11 | 31.76 | - |
| YUV | 180.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 139 | 0.12 | 0 | 0.28 | 0.24 | 85.09 | 0.31 | 0.65 |
| Hex | AB | C2 | 8B | C | 0 | 1C | 18 | 55 | 1F | 41 |
| Octal | 253 | 302 | 213 | 14 | 0 | 34 | 30 | 125 | 37 | 101 |
| Binary | 10101011 | 11000010 | 10001011 | 1100 | 0 | 11100 | 11000 | 1010101 | 11111 | 1000001 |
Color Harmonies of #ABC28B
Complementary color
Monochromatic Colors of #ABC28B
Black with #ABC28B
Text Example
Text Example
White with #ABC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC28B; }
p { color: rgb(171,194,139); }
H1.HeaderClassName
{
color: #ABC28B;
}
.AnyTagClassName
{
color: #ABC28B;
}
</style>
background-color css
<style>
a { background-color: #ABC28B; }
a { background-color: rgb(171,194,139); }
div.DivClassName
{
background-color: #ABC28B;
}
.BgClassName
{
background-color: #ABC28B;
}
</style>
border-color css
<style>
span { border-color: #ABC28B; }
span { border-color: rgb(171,194,139); }
td.TdClassName
{
border-color: #ABC28B;
}
.TagClassName
{
border-color: #ABC28B;
}
</style>