Shades of Norway #ADBB9A
Tints of Norway #ADBB9A
RGB
CMYK
RGB Variations
Color information
#ADBB9A (or 0xADBB9A) is known color: Norway. HEX triplet: AD, BB and 9A. RGB value is (173,187,154). Sum of RGB (Red+Green+Blue) = 173+187+154=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB9A is #524465. Grayscale: #B3B3B3. Windows color (decimal): -5391462 or 10140589. OLE color: 10140589.
HSL color Cylindrical-coordinate representation of color #ADBB9A: hue angle of 85.45º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBB9A is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 154 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.27 |
| HSL | 85.45º | 0.2% | 0.67% | - |
| HSV(B) | 85.45º | 0.18% | 0.73% | - |
| XYZ | 40.84 | 46.76 | 37.44 | - |
| YUV | 179.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 154 | 0.07 | 0 | 0.18 | 0.27 | 85.45 | 0.2 | 0.67 |
| Hex | AD | BB | 9A | 7 | 0 | 12 | 1B | 55 | 14 | 43 |
| Octal | 255 | 273 | 232 | 7 | 0 | 22 | 33 | 125 | 24 | 103 |
| Binary | 10101101 | 10111011 | 10011010 | 111 | 0 | 10010 | 11011 | 1010101 | 10100 | 1000011 |
Color Harmonies of #ADBB9A
Complementary color
Monochromatic Colors of #ADBB9A
Black with #ADBB9A
Text Example
Text Example
White with #ADBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB9A; }
p { color: rgb(173,187,154); }
H1.HeaderClassName
{
color: #ADBB9A;
}
.AnyTagClassName
{
color: #ADBB9A;
}
</style>
background-color css
<style>
a { background-color: #ADBB9A; }
a { background-color: rgb(173,187,154); }
div.DivClassName
{
background-color: #ADBB9A;
}
.BgClassName
{
background-color: #ADBB9A;
}
</style>
border-color css
<style>
span { border-color: #ADBB9A; }
span { border-color: rgb(173,187,154); }
td.TdClassName
{
border-color: #ADBB9A;
}
.TagClassName
{
border-color: #ADBB9A;
}
</style>