Shades of Norway #ABC58B
Tints of Norway #ABC58B
RGB
CMYK
RGB Variations
Color information
#ABC58B (or 0xABC58B) is known color: Norway. HEX triplet: AB, C5 and 8B. RGB value is (171,197,139). Sum of RGB (Red+Green+Blue) = 171+197+139=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC58B is #543A74. Grayscale: #B6B6B6. Windows color (decimal): -5519989 or 9160107. OLE color: 9160107.
HSL color Cylindrical-coordinate representation of color #ABC58B: hue angle of 86.9º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABC58B is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 139 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.23 |
| HSL | 86.9º | 0.33% | 0.66% | - |
| HSV(B) | 86.9º | 0.29% | 0.77% | - |
| XYZ | 41.42 | 50.45 | 31.98 | - |
| YUV | 182.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 139 | 0.13 | 0 | 0.29 | 0.23 | 86.9 | 0.33 | 0.66 |
| Hex | AB | C5 | 8B | D | 0 | 1D | 17 | 57 | 21 | 42 |
| Octal | 253 | 305 | 213 | 15 | 0 | 35 | 27 | 127 | 41 | 102 |
| Binary | 10101011 | 11000101 | 10001011 | 1101 | 0 | 11101 | 10111 | 1010111 | 100001 | 1000010 |
Color Harmonies of #ABC58B
Complementary color
Monochromatic Colors of #ABC58B
Black with #ABC58B
Text Example
Text Example
White with #ABC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC58B; }
p { color: rgb(171,197,139); }
H1.HeaderClassName
{
color: #ABC58B;
}
.AnyTagClassName
{
color: #ABC58B;
}
</style>
background-color css
<style>
a { background-color: #ABC58B; }
a { background-color: rgb(171,197,139); }
div.DivClassName
{
background-color: #ABC58B;
}
.BgClassName
{
background-color: #ABC58B;
}
</style>
border-color css
<style>
span { border-color: #ABC58B; }
span { border-color: rgb(171,197,139); }
td.TdClassName
{
border-color: #ABC58B;
}
.TagClassName
{
border-color: #ABC58B;
}
</style>