Shades of Norway #99AB87
Tints of Norway #99AB87
RGB
CMYK
RGB Variations
Color information
#99AB87 (or 0x99AB87) is known color: Norway. HEX triplet: 99, AB and 87. RGB value is (153,171,135). Sum of RGB (Red+Green+Blue) = 153+171+135=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AB87 is #665478. Grayscale: #A1A1A1. Windows color (decimal): -6706297 or 8891289. OLE color: 8891289.
HSL color Cylindrical-coordinate representation of color #99AB87: hue angle of 90º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99AB87 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 135 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.33 |
| HSL | 90º | 0.18% | 0.6% | - |
| HSV(B) | 90º | 0.21% | 0.67% | - |
| XYZ | 32.07 | 37.65 | 28.5 | - |
| YUV | 161.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 135 | 0.11 | 0 | 0.21 | 0.33 | 90 | 0.18 | 0.6 |
| Hex | 99 | AB | 87 | B | 0 | 15 | 21 | 5A | 12 | 3C |
| Octal | 231 | 253 | 207 | 13 | 0 | 25 | 41 | 132 | 22 | 74 |
| Binary | 10011001 | 10101011 | 10000111 | 1011 | 0 | 10101 | 100001 | 1011010 | 10010 | 111100 |
Color Harmonies of #99AB87
Complementary color
Monochromatic Colors of #99AB87
Black with #99AB87
Text Example
Text Example
White with #99AB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB87; }
p { color: rgb(153,171,135); }
H1.HeaderClassName
{
color: #99AB87;
}
.AnyTagClassName
{
color: #99AB87;
}
</style>
background-color css
<style>
a { background-color: #99AB87; }
a { background-color: rgb(153,171,135); }
div.DivClassName
{
background-color: #99AB87;
}
.BgClassName
{
background-color: #99AB87;
}
</style>
border-color css
<style>
span { border-color: #99AB87; }
span { border-color: rgb(153,171,135); }
td.TdClassName
{
border-color: #99AB87;
}
.TagClassName
{
border-color: #99AB87;
}
</style>