Shades of Norway #ADBC9B
Tints of Norway #ADBC9B
RGB
CMYK
RGB Variations
Color information
#ADBC9B (or 0xADBC9B) is known color: Norway. HEX triplet: AD, BC and 9B. RGB value is (173,188,155). Sum of RGB (Red+Green+Blue) = 173+188+155=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBC9B is #524364. Grayscale: #B3B3B3. Windows color (decimal): -5391205 or 10206381. OLE color: 10206381.
HSL color Cylindrical-coordinate representation of color #ADBC9B: hue angle of 87.27º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBC9B is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 155 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.26 |
| HSL | 87.27º | 0.2% | 0.67% | - |
| HSV(B) | 87.27º | 0.18% | 0.74% | - |
| XYZ | 41.13 | 47.22 | 37.96 | - |
| YUV | 179.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 155 | 0.08 | 0 | 0.18 | 0.26 | 87.27 | 0.2 | 0.67 |
| Hex | AD | BC | 9B | 8 | 0 | 12 | 1A | 57 | 14 | 43 |
| Octal | 255 | 274 | 233 | 10 | 0 | 22 | 32 | 127 | 24 | 103 |
| Binary | 10101101 | 10111100 | 10011011 | 1000 | 0 | 10010 | 11010 | 1010111 | 10100 | 1000011 |
Color Harmonies of #ADBC9B
Complementary color
Monochromatic Colors of #ADBC9B
Black with #ADBC9B
Text Example
Text Example
White with #ADBC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC9B; }
p { color: rgb(173,188,155); }
H1.HeaderClassName
{
color: #ADBC9B;
}
.AnyTagClassName
{
color: #ADBC9B;
}
</style>
background-color css
<style>
a { background-color: #ADBC9B; }
a { background-color: rgb(173,188,155); }
div.DivClassName
{
background-color: #ADBC9B;
}
.BgClassName
{
background-color: #ADBC9B;
}
</style>
border-color css
<style>
span { border-color: #ADBC9B; }
span { border-color: rgb(173,188,155); }
td.TdClassName
{
border-color: #ADBC9B;
}
.TagClassName
{
border-color: #ADBC9B;
}
</style>