Shades of Norway #99BD88
Tints of Norway #99BD88
RGB
CMYK
RGB Variations
Color information
#99BD88 (or 0x99BD88) is known color: Norway. HEX triplet: 99, BD and 88. RGB value is (153,189,136). Sum of RGB (Red+Green+Blue) = 153+189+136=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BD88 is #664277. Grayscale: #ACACAC. Windows color (decimal): -6701688 or 8961433. OLE color: 8961433.
HSL color Cylindrical-coordinate representation of color #99BD88: hue angle of 100.75º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99BD88 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 136 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.26 |
| HSL | 100.75º | 0.29% | 0.64% | - |
| HSV(B) | 100.75º | 0.28% | 0.74% | - |
| XYZ | 35.78 | 44.95 | 30.08 | - |
| YUV | 172.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 136 | 0.19 | 0 | 0.28 | 0.26 | 100.75 | 0.29 | 0.64 |
| Hex | 99 | BD | 88 | 13 | 0 | 1C | 1A | 65 | 1D | 40 |
| Octal | 231 | 275 | 210 | 23 | 0 | 34 | 32 | 145 | 35 | 100 |
| Binary | 10011001 | 10111101 | 10001000 | 10011 | 0 | 11100 | 11010 | 1100101 | 11101 | 1000000 |
Color Harmonies of #99BD88
Complementary color
Monochromatic Colors of #99BD88
Black with #99BD88
Text Example
Text Example
White with #99BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD88; }
p { color: rgb(153,189,136); }
H1.HeaderClassName
{
color: #99BD88;
}
.AnyTagClassName
{
color: #99BD88;
}
</style>
background-color css
<style>
a { background-color: #99BD88; }
a { background-color: rgb(153,189,136); }
div.DivClassName
{
background-color: #99BD88;
}
.BgClassName
{
background-color: #99BD88;
}
</style>
border-color css
<style>
span { border-color: #99BD88; }
span { border-color: rgb(153,189,136); }
td.TdClassName
{
border-color: #99BD88;
}
.TagClassName
{
border-color: #99BD88;
}
</style>