Shades of Norway #99BE87
Tints of Norway #99BE87
RGB
CMYK
RGB Variations
Color information
#99BE87 (or 0x99BE87) is known color: Norway. HEX triplet: 99, BE and 87. RGB value is (153,190,135). Sum of RGB (Red+Green+Blue) = 153+190+135=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BE87 is #664178. Grayscale: #ACACAC. Windows color (decimal): -6701433 or 8896153. OLE color: 8896153.
HSL color Cylindrical-coordinate representation of color #99BE87: hue angle of 100.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99BE87 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 135 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.25 |
| HSL | 100.36º | 0.3% | 0.64% | - |
| HSV(B) | 100.36º | 0.29% | 0.75% | - |
| XYZ | 35.92 | 45.35 | 29.78 | - |
| YUV | 172.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 135 | 0.19 | 0 | 0.29 | 0.25 | 100.36 | 0.3 | 0.64 |
| Hex | 99 | BE | 87 | 13 | 0 | 1D | 19 | 64 | 1E | 40 |
| Octal | 231 | 276 | 207 | 23 | 0 | 35 | 31 | 144 | 36 | 100 |
| Binary | 10011001 | 10111110 | 10000111 | 10011 | 0 | 11101 | 11001 | 1100100 | 11110 | 1000000 |
Color Harmonies of #99BE87
Complementary color
Monochromatic Colors of #99BE87
Black with #99BE87
Text Example
Text Example
White with #99BE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BE87; }
p { color: rgb(153,190,135); }
H1.HeaderClassName
{
color: #99BE87;
}
.AnyTagClassName
{
color: #99BE87;
}
</style>
background-color css
<style>
a { background-color: #99BE87; }
a { background-color: rgb(153,190,135); }
div.DivClassName
{
background-color: #99BE87;
}
.BgClassName
{
background-color: #99BE87;
}
</style>
border-color css
<style>
span { border-color: #99BE87; }
span { border-color: rgb(153,190,135); }
td.TdClassName
{
border-color: #99BE87;
}
.TagClassName
{
border-color: #99BE87;
}
</style>