Shades of Norway #99BC83
Tints of Norway #99BC83
RGB
CMYK
RGB Variations
Color information
#99BC83 (or 0x99BC83) is known color: Norway. HEX triplet: 99, BC and 83. RGB value is (153,188,131). Sum of RGB (Red+Green+Blue) = 153+188+131=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BC83 is #66437C. Grayscale: #ABABAB. Windows color (decimal): -6701949 or 8633497. OLE color: 8633497.
HSL color Cylindrical-coordinate representation of color #99BC83: hue angle of 96.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99BC83 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 131 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.26 |
| HSL | 96.84º | 0.3% | 0.63% | - |
| HSV(B) | 96.84º | 0.3% | 0.74% | - |
| XYZ | 35.22 | 44.38 | 28.18 | - |
| YUV | 171.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 131 | 0.19 | 0 | 0.30 | 0.26 | 96.84 | 0.3 | 0.63 |
| Hex | 99 | BC | 83 | 13 | 0 | 1E | 1A | 61 | 1E | 3F |
| Octal | 231 | 274 | 203 | 23 | 0 | 36 | 32 | 141 | 36 | 77 |
| Binary | 10011001 | 10111100 | 10000011 | 10011 | 0 | 11110 | 11010 | 1100001 | 11110 | 111111 |
Color Harmonies of #99BC83
Complementary color
Monochromatic Colors of #99BC83
Black with #99BC83
Text Example
Text Example
White with #99BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC83; }
p { color: rgb(153,188,131); }
H1.HeaderClassName
{
color: #99BC83;
}
.AnyTagClassName
{
color: #99BC83;
}
</style>
background-color css
<style>
a { background-color: #99BC83; }
a { background-color: rgb(153,188,131); }
div.DivClassName
{
background-color: #99BC83;
}
.BgClassName
{
background-color: #99BC83;
}
</style>
border-color css
<style>
span { border-color: #99BC83; }
span { border-color: rgb(153,188,131); }
td.TdClassName
{
border-color: #99BC83;
}
.TagClassName
{
border-color: #99BC83;
}
</style>