Shades of Norway #A6C583
Tints of Norway #A6C583
RGB
CMYK
RGB Variations
Color information
#A6C583 (or 0xA6C583) is known color: Norway. HEX triplet: A6, C5 and 83. RGB value is (166,197,131). Sum of RGB (Red+Green+Blue) = 166+197+131=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C583 is #593A7C. Grayscale: #B4B4B4. Windows color (decimal): -5847677 or 8635814. OLE color: 8635814.
HSL color Cylindrical-coordinate representation of color #A6C583: hue angle of 88.18º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6C583 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 131 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.23 |
| HSL | 88.18º | 0.36% | 0.64% | - |
| HSV(B) | 88.18º | 0.34% | 0.77% | - |
| XYZ | 39.79 | 49.68 | 28.96 | - |
| YUV | 180.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 131 | 0.16 | 0 | 0.34 | 0.23 | 88.18 | 0.36 | 0.64 |
| Hex | A6 | C5 | 83 | 10 | 0 | 22 | 17 | 58 | 24 | 40 |
| Octal | 246 | 305 | 203 | 20 | 0 | 42 | 27 | 130 | 44 | 100 |
| Binary | 10100110 | 11000101 | 10000011 | 10000 | 0 | 100010 | 10111 | 1011000 | 100100 | 1000000 |
Color Harmonies of #A6C583
Complementary color
Monochromatic Colors of #A6C583
Black with #A6C583
Text Example
Text Example
White with #A6C583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C583; }
p { color: rgb(166,197,131); }
H1.HeaderClassName
{
color: #A6C583;
}
.AnyTagClassName
{
color: #A6C583;
}
</style>
background-color css
<style>
a { background-color: #A6C583; }
a { background-color: rgb(166,197,131); }
div.DivClassName
{
background-color: #A6C583;
}
.BgClassName
{
background-color: #A6C583;
}
</style>
border-color css
<style>
span { border-color: #A6C583; }
span { border-color: rgb(166,197,131); }
td.TdClassName
{
border-color: #A6C583;
}
.TagClassName
{
border-color: #A6C583;
}
</style>