Shades of Norway #ABBB9B
Tints of Norway #ABBB9B
RGB
CMYK
RGB Variations
Color information
#ABBB9B (or 0xABBB9B) is known color: Norway. HEX triplet: AB, BB and 9B. RGB value is (171,187,155). Sum of RGB (Red+Green+Blue) = 171+187+155=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB9B is #544464. Grayscale: #B2B2B2. Windows color (decimal): -5522533 or 10206123. OLE color: 10206123.
HSL color Cylindrical-coordinate representation of color #ABBB9B: hue angle of 90º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABBB9B is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 155 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.27 |
| HSL | 90º | 0.19% | 0.67% | - |
| HSV(B) | 90º | 0.17% | 0.73% | - |
| XYZ | 40.48 | 46.57 | 37.86 | - |
| YUV | 178.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 155 | 0.09 | 0 | 0.17 | 0.27 | 90 | 0.19 | 0.67 |
| Hex | AB | BB | 9B | 9 | 0 | 11 | 1B | 5A | 13 | 43 |
| Octal | 253 | 273 | 233 | 11 | 0 | 21 | 33 | 132 | 23 | 103 |
| Binary | 10101011 | 10111011 | 10011011 | 1001 | 0 | 10001 | 11011 | 1011010 | 10011 | 1000011 |
Color Harmonies of #ABBB9B
Complementary color
Monochromatic Colors of #ABBB9B
Black with #ABBB9B
Text Example
Text Example
White with #ABBB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB9B; }
p { color: rgb(171,187,155); }
H1.HeaderClassName
{
color: #ABBB9B;
}
.AnyTagClassName
{
color: #ABBB9B;
}
</style>
background-color css
<style>
a { background-color: #ABBB9B; }
a { background-color: rgb(171,187,155); }
div.DivClassName
{
background-color: #ABBB9B;
}
.BgClassName
{
background-color: #ABBB9B;
}
</style>
border-color css
<style>
span { border-color: #ABBB9B; }
span { border-color: rgb(171,187,155); }
td.TdClassName
{
border-color: #ABBB9B;
}
.TagClassName
{
border-color: #ABBB9B;
}
</style>