Shades of Norway #99A88B
Tints of Norway #99A88B
RGB
CMYK
RGB Variations
Color information
#99A88B (or 0x99A88B) is known color: Norway. HEX triplet: 99, A8 and 8B. RGB value is (153,168,139). Sum of RGB (Red+Green+Blue) = 153+168+139=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 168 - color contains mainly: green. Hex color #99A88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A88B is #665774. Grayscale: #A0A0A0. Windows color (decimal): -6707061 or 9152665. OLE color: 9152665.
HSL color Cylindrical-coordinate representation of color #99A88B: hue angle of 91.03º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99A88B is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 168 | 139 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.34 |
| HSL | 91.03º | 0.14% | 0.6% | - |
| HSV(B) | 91.03º | 0.17% | 0.66% | - |
| XYZ | 31.8 | 36.64 | 29.82 | - |
| YUV | 160.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 139 | 0.09 | 0 | 0.17 | 0.34 | 91.03 | 0.14 | 0.6 |
| Hex | 99 | A8 | 8B | 9 | 0 | 11 | 22 | 5B | E | 3C |
| Octal | 231 | 250 | 213 | 11 | 0 | 21 | 42 | 133 | 16 | 74 |
| Binary | 10011001 | 10101000 | 10001011 | 1001 | 0 | 10001 | 100010 | 1011011 | 1110 | 111100 |
Color Harmonies of #99A88B
Complementary color
Monochromatic Colors of #99A88B
Black with #99A88B
Text Example
Text Example
White with #99A88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A88B; }
p { color: rgb(153,168,139); }
H1.HeaderClassName
{
color: #99A88B;
}
.AnyTagClassName
{
color: #99A88B;
}
</style>
background-color css
<style>
a { background-color: #99A88B; }
a { background-color: rgb(153,168,139); }
div.DivClassName
{
background-color: #99A88B;
}
.BgClassName
{
background-color: #99A88B;
}
</style>
border-color css
<style>
span { border-color: #99A88B; }
span { border-color: rgb(153,168,139); }
td.TdClassName
{
border-color: #99A88B;
}
.TagClassName
{
border-color: #99A88B;
}
</style>