Shades of Norway #9BB684
Tints of Norway #9BB684
RGB
CMYK
RGB Variations
Color information
#9BB684 (or 0x9BB684) is known color: Norway. HEX triplet: 9B, B6 and 84. RGB value is (155,182,132). Sum of RGB (Red+Green+Blue) = 155+182+132=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB684 is #64497B. Grayscale: #A8A8A8. Windows color (decimal): -6572412 or 8697499. OLE color: 8697499.
HSL color Cylindrical-coordinate representation of color #9BB684: hue angle of 92.4º 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 #9BB684 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 182 | 132 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.29 |
| HSL | 92.4º | 0.26% | 0.62% | - |
| HSV(B) | 92.4º | 0.27% | 0.71% | - |
| XYZ | 34.41 | 42.09 | 28.14 | - |
| YUV | 168.23 | 107.55 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 182 | 132 | 0.15 | 0 | 0.27 | 0.29 | 92.4 | 0.26 | 0.62 |
| Hex | 9B | B6 | 84 | F | 0 | 1B | 1D | 5C | 1A | 3E |
| Octal | 233 | 266 | 204 | 17 | 0 | 33 | 35 | 134 | 32 | 76 |
| Binary | 10011011 | 10110110 | 10000100 | 1111 | 0 | 11011 | 11101 | 1011100 | 11010 | 111110 |
Color Harmonies of #9BB684
Complementary color
Monochromatic Colors of #9BB684
Black with #9BB684
Text Example
Text Example
White with #9BB684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB684; }
p { color: rgb(155,182,132); }
H1.HeaderClassName
{
color: #9BB684;
}
.AnyTagClassName
{
color: #9BB684;
}
</style>
background-color css
<style>
a { background-color: #9BB684; }
a { background-color: rgb(155,182,132); }
div.DivClassName
{
background-color: #9BB684;
}
.BgClassName
{
background-color: #9BB684;
}
</style>
border-color css
<style>
span { border-color: #9BB684; }
span { border-color: rgb(155,182,132); }
td.TdClassName
{
border-color: #9BB684;
}
.TagClassName
{
border-color: #9BB684;
}
</style>