Shades of Norway #99B788
Tints of Norway #99B788
RGB
CMYK
RGB Variations
Color information
#99B788 (or 0x99B788) is known color: Norway. HEX triplet: 99, B7 and 88. RGB value is (153,183,136). Sum of RGB (Red+Green+Blue) = 153+183+136=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #99B788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B788 is #664877. Grayscale: #A8A8A8. Windows color (decimal): -6703224 or 8959897. OLE color: 8959897.
HSL color Cylindrical-coordinate representation of color #99B788: hue angle of 98.3º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99B788 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 136 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.28 |
| HSL | 98.3º | 0.25% | 0.63% | - |
| HSV(B) | 98.3º | 0.26% | 0.72% | - |
| XYZ | 34.51 | 42.42 | 29.66 | - |
| YUV | 168.67 | 109.56 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 136 | 0.16 | 0 | 0.26 | 0.28 | 98.3 | 0.25 | 0.63 |
| Hex | 99 | B7 | 88 | 10 | 0 | 1A | 1C | 62 | 19 | 3F |
| Octal | 231 | 267 | 210 | 20 | 0 | 32 | 34 | 142 | 31 | 77 |
| Binary | 10011001 | 10110111 | 10001000 | 10000 | 0 | 11010 | 11100 | 1100010 | 11001 | 111111 |
Color Harmonies of #99B788
Complementary color
Monochromatic Colors of #99B788
Black with #99B788
Text Example
Text Example
White with #99B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B788; }
p { color: rgb(153,183,136); }
H1.HeaderClassName
{
color: #99B788;
}
.AnyTagClassName
{
color: #99B788;
}
</style>
background-color css
<style>
a { background-color: #99B788; }
a { background-color: rgb(153,183,136); }
div.DivClassName
{
background-color: #99B788;
}
.BgClassName
{
background-color: #99B788;
}
</style>
border-color css
<style>
span { border-color: #99B788; }
span { border-color: rgb(153,183,136); }
td.TdClassName
{
border-color: #99B788;
}
.TagClassName
{
border-color: #99B788;
}
</style>