Shades of Norway #99B589
Tints of Norway #99B589
RGB
CMYK
RGB Variations
Color information
#99B589 (or 0x99B589) is known color: Norway. HEX triplet: 99, B5 and 89. RGB value is (153,181,137). Sum of RGB (Red+Green+Blue) = 153+181+137=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #99B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B589 is #664A76. Grayscale: #A7A7A7. Windows color (decimal): -6703735 or 9024921. OLE color: 9024921.
HSL color Cylindrical-coordinate representation of color #99B589: hue angle of 98.18º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99B589 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 181 | 137 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.29 |
| HSL | 98.18º | 0.23% | 0.62% | - |
| HSV(B) | 98.18º | 0.24% | 0.71% | - |
| XYZ | 34.18 | 41.63 | 29.9 | - |
| YUV | 167.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 137 | 0.15 | 0 | 0.24 | 0.29 | 98.18 | 0.23 | 0.62 |
| Hex | 99 | B5 | 89 | F | 0 | 18 | 1D | 62 | 17 | 3E |
| Octal | 231 | 265 | 211 | 17 | 0 | 30 | 35 | 142 | 27 | 76 |
| Binary | 10011001 | 10110101 | 10001001 | 1111 | 0 | 11000 | 11101 | 1100010 | 10111 | 111110 |
Color Harmonies of #99B589
Complementary color
Monochromatic Colors of #99B589
Black with #99B589
Text Example
Text Example
White with #99B589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B589; }
p { color: rgb(153,181,137); }
H1.HeaderClassName
{
color: #99B589;
}
.AnyTagClassName
{
color: #99B589;
}
</style>
background-color css
<style>
a { background-color: #99B589; }
a { background-color: rgb(153,181,137); }
div.DivClassName
{
background-color: #99B589;
}
.BgClassName
{
background-color: #99B589;
}
</style>
border-color css
<style>
span { border-color: #99B589; }
span { border-color: rgb(153,181,137); }
td.TdClassName
{
border-color: #99B589;
}
.TagClassName
{
border-color: #99B589;
}
</style>