Shades of Norway #ADBC9A
Tints of Norway #ADBC9A
RGB
CMYK
RGB Variations
Color information
#ADBC9A (or 0xADBC9A) is known color: Norway. HEX triplet: AD, BC and 9A. RGB value is (173,188,154). Sum of RGB (Red+Green+Blue) = 173+188+154=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBC9A is #524365. Grayscale: #B3B3B3. Windows color (decimal): -5391206 or 10140845. OLE color: 10140845.
HSL color Cylindrical-coordinate representation of color #ADBC9A: hue angle of 86.47º 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 #ADBC9A is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 154 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.26 |
| HSL | 86.47º | 0.2% | 0.67% | - |
| HSV(B) | 86.47º | 0.18% | 0.74% | - |
| XYZ | 41.05 | 47.18 | 37.52 | - |
| YUV | 179.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 154 | 0.08 | 0 | 0.18 | 0.26 | 86.47 | 0.2 | 0.67 |
| Hex | AD | BC | 9A | 8 | 0 | 12 | 1A | 56 | 14 | 43 |
| Octal | 255 | 274 | 232 | 10 | 0 | 22 | 32 | 126 | 24 | 103 |
| Binary | 10101101 | 10111100 | 10011010 | 1000 | 0 | 10010 | 11010 | 1010110 | 10100 | 1000011 |
Color Harmonies of #ADBC9A
Complementary color
Monochromatic Colors of #ADBC9A
Black with #ADBC9A
Text Example
Text Example
White with #ADBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC9A; }
p { color: rgb(173,188,154); }
H1.HeaderClassName
{
color: #ADBC9A;
}
.AnyTagClassName
{
color: #ADBC9A;
}
</style>
background-color css
<style>
a { background-color: #ADBC9A; }
a { background-color: rgb(173,188,154); }
div.DivClassName
{
background-color: #ADBC9A;
}
.BgClassName
{
background-color: #ADBC9A;
}
</style>
border-color css
<style>
span { border-color: #ADBC9A; }
span { border-color: rgb(173,188,154); }
td.TdClassName
{
border-color: #ADBC9A;
}
.TagClassName
{
border-color: #ADBC9A;
}
</style>