Shades of Norway #99BB88
Tints of Norway #99BB88
RGB
CMYK
RGB Variations
Color information
#99BB88 (or 0x99BB88) is known color: Norway. HEX triplet: 99, BB and 88. RGB value is (153,187,136). Sum of RGB (Red+Green+Blue) = 153+187+136=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BB88 is #664477. Grayscale: #ABABAB. Windows color (decimal): -6702200 or 8960921. OLE color: 8960921.
HSL color Cylindrical-coordinate representation of color #99BB88: hue angle of 100º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99BB88 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 136 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.27 |
| HSL | 100º | 0.27% | 0.63% | - |
| HSV(B) | 100º | 0.27% | 0.73% | - |
| XYZ | 35.35 | 44.09 | 29.94 | - |
| YUV | 171.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 136 | 0.18 | 0 | 0.27 | 0.27 | 100 | 0.27 | 0.63 |
| Hex | 99 | BB | 88 | 12 | 0 | 1B | 1B | 64 | 1B | 3F |
| Octal | 231 | 273 | 210 | 22 | 0 | 33 | 33 | 144 | 33 | 77 |
| Binary | 10011001 | 10111011 | 10001000 | 10010 | 0 | 11011 | 11011 | 1100100 | 11011 | 111111 |
Color Harmonies of #99BB88
Complementary color
Monochromatic Colors of #99BB88
Black with #99BB88
Text Example
Text Example
White with #99BB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BB88; }
p { color: rgb(153,187,136); }
H1.HeaderClassName
{
color: #99BB88;
}
.AnyTagClassName
{
color: #99BB88;
}
</style>
background-color css
<style>
a { background-color: #99BB88; }
a { background-color: rgb(153,187,136); }
div.DivClassName
{
background-color: #99BB88;
}
.BgClassName
{
background-color: #99BB88;
}
</style>
border-color css
<style>
span { border-color: #99BB88; }
span { border-color: rgb(153,187,136); }
td.TdClassName
{
border-color: #99BB88;
}
.TagClassName
{
border-color: #99BB88;
}
</style>