Shades of Norway #ABC88D
Tints of Norway #ABC88D
RGB
CMYK
RGB Variations
Color information
#ABC88D (or 0xABC88D) is known color: Norway. HEX triplet: AB, C8 and 8D. RGB value is (171,200,141). Sum of RGB (Red+Green+Blue) = 171+200+141=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC88D is #543772. Grayscale: #B8B8B8. Windows color (decimal): -5519219 or 9291947. OLE color: 9291947.
HSL color Cylindrical-coordinate representation of color #ABC88D: hue angle of 89.49º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC88D is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 141 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.22 |
| HSL | 89.49º | 0.35% | 0.67% | - |
| HSV(B) | 89.49º | 0.3% | 0.78% | - |
| XYZ | 42.26 | 51.89 | 32.99 | - |
| YUV | 184.6 | 103.39 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 141 | 0.14 | 0 | 0.29 | 0.22 | 89.49 | 0.35 | 0.67 |
| Hex | AB | C8 | 8D | E | 0 | 1D | 16 | 59 | 23 | 43 |
| Octal | 253 | 310 | 215 | 16 | 0 | 35 | 26 | 131 | 43 | 103 |
| Binary | 10101011 | 11001000 | 10001101 | 1110 | 0 | 11101 | 10110 | 1011001 | 100011 | 1000011 |
Color Harmonies of #ABC88D
Complementary color
Monochromatic Colors of #ABC88D
Black with #ABC88D
Text Example
Text Example
White with #ABC88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC88D; }
p { color: rgb(171,200,141); }
H1.HeaderClassName
{
color: #ABC88D;
}
.AnyTagClassName
{
color: #ABC88D;
}
</style>
background-color css
<style>
a { background-color: #ABC88D; }
a { background-color: rgb(171,200,141); }
div.DivClassName
{
background-color: #ABC88D;
}
.BgClassName
{
background-color: #ABC88D;
}
</style>
border-color css
<style>
span { border-color: #ABC88D; }
span { border-color: rgb(171,200,141); }
td.TdClassName
{
border-color: #ABC88D;
}
.TagClassName
{
border-color: #ABC88D;
}
</style>