Shades of Norway #99BC84
Tints of Norway #99BC84
RGB
CMYK
RGB Variations
Color information
#99BC84 (or 0x99BC84) is known color: Norway. HEX triplet: 99, BC and 84. RGB value is (153,188,132). Sum of RGB (Red+Green+Blue) = 153+188+132=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BC84 is #66437B. Grayscale: #ABABAB. Windows color (decimal): -6701948 or 8699033. OLE color: 8699033.
HSL color Cylindrical-coordinate representation of color #99BC84: hue angle of 97.5º degrees, saturation: 0.29, 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 #99BC84 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 132 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.26 |
| HSL | 97.5º | 0.29% | 0.63% | - |
| HSV(B) | 97.5º | 0.3% | 0.74% | - |
| XYZ | 35.28 | 44.4 | 28.54 | - |
| YUV | 171.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 132 | 0.19 | 0 | 0.30 | 0.26 | 97.5 | 0.29 | 0.63 |
| Hex | 99 | BC | 84 | 13 | 0 | 1E | 1A | 62 | 1D | 3F |
| Octal | 231 | 274 | 204 | 23 | 0 | 36 | 32 | 142 | 35 | 77 |
| Binary | 10011001 | 10111100 | 10000100 | 10011 | 0 | 11110 | 11010 | 1100010 | 11101 | 111111 |
Color Harmonies of #99BC84
Complementary color
Monochromatic Colors of #99BC84
Black with #99BC84
Text Example
Text Example
White with #99BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC84; }
p { color: rgb(153,188,132); }
H1.HeaderClassName
{
color: #99BC84;
}
.AnyTagClassName
{
color: #99BC84;
}
</style>
background-color css
<style>
a { background-color: #99BC84; }
a { background-color: rgb(153,188,132); }
div.DivClassName
{
background-color: #99BC84;
}
.BgClassName
{
background-color: #99BC84;
}
</style>
border-color css
<style>
span { border-color: #99BC84; }
span { border-color: rgb(153,188,132); }
td.TdClassName
{
border-color: #99BC84;
}
.TagClassName
{
border-color: #99BC84;
}
</style>