Shades of Norway #99AB85
Tints of Norway #99AB85
RGB
CMYK
RGB Variations
Color information
#99AB85 (or 0x99AB85) is known color: Norway. HEX triplet: 99, AB and 85. RGB value is (153,171,133). Sum of RGB (Red+Green+Blue) = 153+171+133=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AB85 is #66547A. Grayscale: #A1A1A1. Windows color (decimal): -6706299 or 8760217. OLE color: 8760217.
HSL color Cylindrical-coordinate representation of color #99AB85: hue angle of 88.42º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99AB85 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 133 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.33 |
| HSL | 88.42º | 0.18% | 0.6% | - |
| HSV(B) | 88.42º | 0.22% | 0.67% | - |
| XYZ | 31.93 | 37.59 | 27.76 | - |
| YUV | 161.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 133 | 0.11 | 0 | 0.22 | 0.33 | 88.42 | 0.18 | 0.6 |
| Hex | 99 | AB | 85 | B | 0 | 16 | 21 | 58 | 12 | 3C |
| Octal | 231 | 253 | 205 | 13 | 0 | 26 | 41 | 130 | 22 | 74 |
| Binary | 10011001 | 10101011 | 10000101 | 1011 | 0 | 10110 | 100001 | 1011000 | 10010 | 111100 |
Color Harmonies of #99AB85
Complementary color
Monochromatic Colors of #99AB85
Black with #99AB85
Text Example
Text Example
White with #99AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB85; }
p { color: rgb(153,171,133); }
H1.HeaderClassName
{
color: #99AB85;
}
.AnyTagClassName
{
color: #99AB85;
}
</style>
background-color css
<style>
a { background-color: #99AB85; }
a { background-color: rgb(153,171,133); }
div.DivClassName
{
background-color: #99AB85;
}
.BgClassName
{
background-color: #99AB85;
}
</style>
border-color css
<style>
span { border-color: #99AB85; }
span { border-color: rgb(153,171,133); }
td.TdClassName
{
border-color: #99AB85;
}
.TagClassName
{
border-color: #99AB85;
}
</style>