Shades of Norway #A8C695
Tints of Norway #A8C695
RGB
CMYK
RGB Variations
Color information
#A8C695 (or 0xA8C695) is known color: Norway. HEX triplet: A8, C6 and 95. RGB value is (168,198,149). Sum of RGB (Red+Green+Blue) = 168+198+149=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C695 is #57396A. Grayscale: #B7B7B7. Windows color (decimal): -5716331 or 9815720. OLE color: 9815720.
HSL color Cylindrical-coordinate representation of color #A8C695: hue angle of 96.73º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8C695 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 149 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.22 |
| HSL | 96.73º | 0.3% | 0.68% | - |
| HSV(B) | 96.73º | 0.25% | 0.78% | - |
| XYZ | 41.77 | 50.88 | 36.05 | - |
| YUV | 183.44 | 108.56 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 149 | 0.15 | 0 | 0.25 | 0.22 | 96.73 | 0.3 | 0.68 |
| Hex | A8 | C6 | 95 | F | 0 | 19 | 16 | 61 | 1E | 44 |
| Octal | 250 | 306 | 225 | 17 | 0 | 31 | 26 | 141 | 36 | 104 |
| Binary | 10101000 | 11000110 | 10010101 | 1111 | 0 | 11001 | 10110 | 1100001 | 11110 | 1000100 |
Color Harmonies of #A8C695
Complementary color
Monochromatic Colors of #A8C695
Black with #A8C695
Text Example
Text Example
White with #A8C695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C695; }
p { color: rgb(168,198,149); }
H1.HeaderClassName
{
color: #A8C695;
}
.AnyTagClassName
{
color: #A8C695;
}
</style>
background-color css
<style>
a { background-color: #A8C695; }
a { background-color: rgb(168,198,149); }
div.DivClassName
{
background-color: #A8C695;
}
.BgClassName
{
background-color: #A8C695;
}
</style>
border-color css
<style>
span { border-color: #A8C695; }
span { border-color: rgb(168,198,149); }
td.TdClassName
{
border-color: #A8C695;
}
.TagClassName
{
border-color: #A8C695;
}
</style>