Shades of Norway #99BA87
Tints of Norway #99BA87
RGB
CMYK
RGB Variations
Color information
#99BA87 (or 0x99BA87) is known color: Norway. HEX triplet: 99, BA and 87. RGB value is (153,186,135). Sum of RGB (Red+Green+Blue) = 153+186+135=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA87 is #664578. Grayscale: #AAAAAA. Windows color (decimal): -6702457 or 8895129. OLE color: 8895129.
HSL color Cylindrical-coordinate representation of color #99BA87: hue angle of 98.82º 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 #99BA87 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 135 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.27 |
| HSL | 98.82º | 0.27% | 0.63% | - |
| HSV(B) | 98.82º | 0.27% | 0.73% | - |
| XYZ | 35.07 | 43.64 | 29.5 | - |
| YUV | 170.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 135 | 0.18 | 0 | 0.27 | 0.27 | 98.82 | 0.27 | 0.63 |
| Hex | 99 | BA | 87 | 12 | 0 | 1B | 1B | 63 | 1B | 3F |
| Octal | 231 | 272 | 207 | 22 | 0 | 33 | 33 | 143 | 33 | 77 |
| Binary | 10011001 | 10111010 | 10000111 | 10010 | 0 | 11011 | 11011 | 1100011 | 11011 | 111111 |
Color Harmonies of #99BA87
Complementary color
Monochromatic Colors of #99BA87
Black with #99BA87
Text Example
Text Example
White with #99BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA87; }
p { color: rgb(153,186,135); }
H1.HeaderClassName
{
color: #99BA87;
}
.AnyTagClassName
{
color: #99BA87;
}
</style>
background-color css
<style>
a { background-color: #99BA87; }
a { background-color: rgb(153,186,135); }
div.DivClassName
{
background-color: #99BA87;
}
.BgClassName
{
background-color: #99BA87;
}
</style>
border-color css
<style>
span { border-color: #99BA87; }
span { border-color: rgb(153,186,135); }
td.TdClassName
{
border-color: #99BA87;
}
.TagClassName
{
border-color: #99BA87;
}
</style>