Shades of Norway #A8C68B
Tints of Norway #A8C68B
RGB
CMYK
RGB Variations
Color information
#A8C68B (or 0xA8C68B) is known color: Norway. HEX triplet: A8, C6 and 8B. RGB value is (168,198,139). Sum of RGB (Red+Green+Blue) = 168+198+139=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C68B is #573974. Grayscale: #B6B6B6. Windows color (decimal): -5716341 or 9160360. OLE color: 9160360.
HSL color Cylindrical-coordinate representation of color #A8C68B: hue angle of 90.51º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C68B is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 139 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.22 |
| HSL | 90.51º | 0.34% | 0.66% | - |
| HSV(B) | 90.51º | 0.3% | 0.78% | - |
| XYZ | 41 | 50.58 | 32.03 | - |
| YUV | 182.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 139 | 0.15 | 0 | 0.30 | 0.22 | 90.51 | 0.34 | 0.66 |
| Hex | A8 | C6 | 8B | F | 0 | 1E | 16 | 5B | 22 | 42 |
| Octal | 250 | 306 | 213 | 17 | 0 | 36 | 26 | 133 | 42 | 102 |
| Binary | 10101000 | 11000110 | 10001011 | 1111 | 0 | 11110 | 10110 | 1011011 | 100010 | 1000010 |
Color Harmonies of #A8C68B
Complementary color
Monochromatic Colors of #A8C68B
Black with #A8C68B
Text Example
Text Example
White with #A8C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C68B; }
p { color: rgb(168,198,139); }
H1.HeaderClassName
{
color: #A8C68B;
}
.AnyTagClassName
{
color: #A8C68B;
}
</style>
background-color css
<style>
a { background-color: #A8C68B; }
a { background-color: rgb(168,198,139); }
div.DivClassName
{
background-color: #A8C68B;
}
.BgClassName
{
background-color: #A8C68B;
}
</style>
border-color css
<style>
span { border-color: #A8C68B; }
span { border-color: rgb(168,198,139); }
td.TdClassName
{
border-color: #A8C68B;
}
.TagClassName
{
border-color: #A8C68B;
}
</style>