Shades of Norway #99B587
Tints of Norway #99B587
RGB
CMYK
RGB Variations
Color information
#99B587 (or 0x99B587) is known color: Norway. HEX triplet: 99, B5 and 87. RGB value is (153,181,135). Sum of RGB (Red+Green+Blue) = 153+181+135=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #99B587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B587 is #664A78. Grayscale: #A7A7A7. Windows color (decimal): -6703737 or 8893849. OLE color: 8893849.
HSL color Cylindrical-coordinate representation of color #99B587: hue angle of 96.52º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99B587 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 181 | 135 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.29 |
| HSL | 96.52º | 0.24% | 0.62% | - |
| HSV(B) | 96.52º | 0.25% | 0.71% | - |
| XYZ | 34.03 | 41.57 | 29.15 | - |
| YUV | 167.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 135 | 0.15 | 0 | 0.25 | 0.29 | 96.52 | 0.24 | 0.62 |
| Hex | 99 | B5 | 87 | F | 0 | 19 | 1D | 61 | 18 | 3E |
| Octal | 231 | 265 | 207 | 17 | 0 | 31 | 35 | 141 | 30 | 76 |
| Binary | 10011001 | 10110101 | 10000111 | 1111 | 0 | 11001 | 11101 | 1100001 | 11000 | 111110 |
Color Harmonies of #99B587
Complementary color
Monochromatic Colors of #99B587
Black with #99B587
Text Example
Text Example
White with #99B587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B587; }
p { color: rgb(153,181,135); }
H1.HeaderClassName
{
color: #99B587;
}
.AnyTagClassName
{
color: #99B587;
}
</style>
background-color css
<style>
a { background-color: #99B587; }
a { background-color: rgb(153,181,135); }
div.DivClassName
{
background-color: #99B587;
}
.BgClassName
{
background-color: #99B587;
}
</style>
border-color css
<style>
span { border-color: #99B587; }
span { border-color: rgb(153,181,135); }
td.TdClassName
{
border-color: #99B587;
}
.TagClassName
{
border-color: #99B587;
}
</style>