Shades of Norway #99AD8D
Tints of Norway #99AD8D
RGB
CMYK
RGB Variations
Color information
#99AD8D (or 0x99AD8D) is known color: Norway. HEX triplet: 99, AD and 8D. RGB value is (153,173,141). Sum of RGB (Red+Green+Blue) = 153+173+141=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD8D is #665272. Grayscale: #A3A3A3. Windows color (decimal): -6705779 or 9285017. OLE color: 9285017.
HSL color Cylindrical-coordinate representation of color #99AD8D: hue angle of 97.5º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99AD8D is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 141 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.32 |
| HSL | 97.5º | 0.16% | 0.62% | - |
| HSV(B) | 97.5º | 0.18% | 0.68% | - |
| XYZ | 32.89 | 38.58 | 30.91 | - |
| YUV | 163.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 141 | 0.12 | 0 | 0.18 | 0.32 | 97.5 | 0.16 | 0.62 |
| Hex | 99 | AD | 8D | C | 0 | 12 | 20 | 62 | 10 | 3E |
| Octal | 231 | 255 | 215 | 14 | 0 | 22 | 40 | 142 | 20 | 76 |
| Binary | 10011001 | 10101101 | 10001101 | 1100 | 0 | 10010 | 100000 | 1100010 | 10000 | 111110 |
Color Harmonies of #99AD8D
Complementary color
Monochromatic Colors of #99AD8D
Black with #99AD8D
Text Example
Text Example
White with #99AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD8D; }
p { color: rgb(153,173,141); }
H1.HeaderClassName
{
color: #99AD8D;
}
.AnyTagClassName
{
color: #99AD8D;
}
</style>
background-color css
<style>
a { background-color: #99AD8D; }
a { background-color: rgb(153,173,141); }
div.DivClassName
{
background-color: #99AD8D;
}
.BgClassName
{
background-color: #99AD8D;
}
</style>
border-color css
<style>
span { border-color: #99AD8D; }
span { border-color: rgb(153,173,141); }
td.TdClassName
{
border-color: #99AD8D;
}
.TagClassName
{
border-color: #99AD8D;
}
</style>