Shades of Norway #9BAC85
Tints of Norway #9BAC85
RGB
CMYK
RGB Variations
Color information
#9BAC85 (or 0x9BAC85) is known color: Norway. HEX triplet: 9B, AC and 85. RGB value is (155,172,133). Sum of RGB (Red+Green+Blue) = 155+172+133=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC85 is #64537A. Grayscale: #A2A2A2. Windows color (decimal): -6574971 or 8760475. OLE color: 8760475.
HSL color Cylindrical-coordinate representation of color #9BAC85: hue angle of 86.15º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BAC85 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 133 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.33 |
| HSL | 86.15º | 0.19% | 0.6% | - |
| HSV(B) | 86.15º | 0.23% | 0.67% | - |
| XYZ | 32.5 | 38.17 | 27.84 | - |
| YUV | 162.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 133 | 0.10 | 0 | 0.23 | 0.33 | 86.15 | 0.19 | 0.6 |
| Hex | 9B | AC | 85 | A | 0 | 17 | 21 | 56 | 13 | 3C |
| Octal | 233 | 254 | 205 | 12 | 0 | 27 | 41 | 126 | 23 | 74 |
| Binary | 10011011 | 10101100 | 10000101 | 1010 | 0 | 10111 | 100001 | 1010110 | 10011 | 111100 |
Color Harmonies of #9BAC85
Complementary color
Monochromatic Colors of #9BAC85
Black with #9BAC85
Text Example
Text Example
White with #9BAC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC85; }
p { color: rgb(155,172,133); }
H1.HeaderClassName
{
color: #9BAC85;
}
.AnyTagClassName
{
color: #9BAC85;
}
</style>
background-color css
<style>
a { background-color: #9BAC85; }
a { background-color: rgb(155,172,133); }
div.DivClassName
{
background-color: #9BAC85;
}
.BgClassName
{
background-color: #9BAC85;
}
</style>
border-color css
<style>
span { border-color: #9BAC85; }
span { border-color: rgb(155,172,133); }
td.TdClassName
{
border-color: #9BAC85;
}
.TagClassName
{
border-color: #9BAC85;
}
</style>