Shades of Norway #99B88B
Tints of Norway #99B88B
RGB
CMYK
RGB Variations
Color information
#99B88B (or 0x99B88B) is known color: Norway. HEX triplet: 99, B8 and 8B. RGB value is (153,184,139). Sum of RGB (Red+Green+Blue) = 153+184+139=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #99B88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B88B is #664774. Grayscale: #A9A9A9. Windows color (decimal): -6702965 or 9156761. OLE color: 9156761.
HSL color Cylindrical-coordinate representation of color #99B88B: hue angle of 101.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99B88B is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 184 | 139 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.28 |
| HSL | 101.33º | 0.24% | 0.63% | - |
| HSV(B) | 101.33º | 0.24% | 0.72% | - |
| XYZ | 34.94 | 42.92 | 30.87 | - |
| YUV | 169.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 184 | 139 | 0.17 | 0 | 0.24 | 0.28 | 101.33 | 0.24 | 0.63 |
| Hex | 99 | B8 | 8B | 11 | 0 | 18 | 1C | 65 | 18 | 3F |
| Octal | 231 | 270 | 213 | 21 | 0 | 30 | 34 | 145 | 30 | 77 |
| Binary | 10011001 | 10111000 | 10001011 | 10001 | 0 | 11000 | 11100 | 1100101 | 11000 | 111111 |
Color Harmonies of #99B88B
Complementary color
Monochromatic Colors of #99B88B
Black with #99B88B
Text Example
Text Example
White with #99B88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B88B; }
p { color: rgb(153,184,139); }
H1.HeaderClassName
{
color: #99B88B;
}
.AnyTagClassName
{
color: #99B88B;
}
</style>
background-color css
<style>
a { background-color: #99B88B; }
a { background-color: rgb(153,184,139); }
div.DivClassName
{
background-color: #99B88B;
}
.BgClassName
{
background-color: #99B88B;
}
</style>
border-color css
<style>
span { border-color: #99B88B; }
span { border-color: rgb(153,184,139); }
td.TdClassName
{
border-color: #99B88B;
}
.TagClassName
{
border-color: #99B88B;
}
</style>