Shades of Norway #99B087
Tints of Norway #99B087
RGB
CMYK
RGB Variations
Color information
#99B087 (or 0x99B087) is known color: Norway. HEX triplet: 99, B0 and 87. RGB value is (153,176,135). Sum of RGB (Red+Green+Blue) = 153+176+135=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #99B087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B087 is #664F78. Grayscale: #A4A4A4. Windows color (decimal): -6705017 or 8892569. OLE color: 8892569.
HSL color Cylindrical-coordinate representation of color #99B087: hue angle of 93.66º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99B087 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 135 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.31 |
| HSL | 93.66º | 0.21% | 0.61% | - |
| HSV(B) | 93.66º | 0.23% | 0.69% | - |
| XYZ | 33.04 | 39.57 | 28.82 | - |
| YUV | 164.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 135 | 0.13 | 0 | 0.23 | 0.31 | 93.66 | 0.21 | 0.61 |
| Hex | 99 | B0 | 87 | D | 0 | 17 | 1F | 5E | 15 | 3D |
| Octal | 231 | 260 | 207 | 15 | 0 | 27 | 37 | 136 | 25 | 75 |
| Binary | 10011001 | 10110000 | 10000111 | 1101 | 0 | 10111 | 11111 | 1011110 | 10101 | 111101 |
Color Harmonies of #99B087
Complementary color
Monochromatic Colors of #99B087
Black with #99B087
Text Example
Text Example
White with #99B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B087; }
p { color: rgb(153,176,135); }
H1.HeaderClassName
{
color: #99B087;
}
.AnyTagClassName
{
color: #99B087;
}
</style>
background-color css
<style>
a { background-color: #99B087; }
a { background-color: rgb(153,176,135); }
div.DivClassName
{
background-color: #99B087;
}
.BgClassName
{
background-color: #99B087;
}
</style>
border-color css
<style>
span { border-color: #99B087; }
span { border-color: rgb(153,176,135); }
td.TdClassName
{
border-color: #99B087;
}
.TagClassName
{
border-color: #99B087;
}
</style>