Shades of Norway #99B684
Tints of Norway #99B684
RGB
CMYK
RGB Variations
Color information
#99B684 (or 0x99B684) is known color: Norway. HEX triplet: 99, B6 and 84. RGB value is (153,182,132). Sum of RGB (Red+Green+Blue) = 153+182+132=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #99B684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B684 is #66497B. Grayscale: #A7A7A7. Windows color (decimal): -6703484 or 8697497. OLE color: 8697497.
HSL color Cylindrical-coordinate representation of color #99B684: hue angle of 94.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99B684 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 182 | 132 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.29 |
| HSL | 94.8º | 0.26% | 0.62% | - |
| HSV(B) | 94.8º | 0.27% | 0.71% | - |
| XYZ | 34.03 | 41.89 | 28.12 | - |
| YUV | 167.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 182 | 132 | 0.16 | 0 | 0.27 | 0.29 | 94.8 | 0.26 | 0.62 |
| Hex | 99 | B6 | 84 | 10 | 0 | 1B | 1D | 5F | 1A | 3E |
| Octal | 231 | 266 | 204 | 20 | 0 | 33 | 35 | 137 | 32 | 76 |
| Binary | 10011001 | 10110110 | 10000100 | 10000 | 0 | 11011 | 11101 | 1011111 | 11010 | 111110 |
Color Harmonies of #99B684
Complementary color
Monochromatic Colors of #99B684
Black with #99B684
Text Example
Text Example
White with #99B684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B684; }
p { color: rgb(153,182,132); }
H1.HeaderClassName
{
color: #99B684;
}
.AnyTagClassName
{
color: #99B684;
}
</style>
background-color css
<style>
a { background-color: #99B684; }
a { background-color: rgb(153,182,132); }
div.DivClassName
{
background-color: #99B684;
}
.BgClassName
{
background-color: #99B684;
}
</style>
border-color css
<style>
span { border-color: #99B684; }
span { border-color: rgb(153,182,132); }
td.TdClassName
{
border-color: #99B684;
}
.TagClassName
{
border-color: #99B684;
}
</style>