Shades of Norway #A8B98A
Tints of Norway #A8B98A
RGB
CMYK
RGB Variations
Color information
#A8B98A (or 0xA8B98A) is known color: Norway. HEX triplet: A8, B9 and 8A. RGB value is (168,185,138). Sum of RGB (Red+Green+Blue) = 168+185+138=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B98A is #574675. Grayscale: #AEAEAE. Windows color (decimal): -5719670 or 9091496. OLE color: 9091496.
HSL color Cylindrical-coordinate representation of color #A8B98A: hue angle of 81.7º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8B98A is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 138 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.27 |
| HSL | 81.7º | 0.25% | 0.63% | - |
| HSV(B) | 81.7º | 0.25% | 0.73% | - |
| XYZ | 38.08 | 44.86 | 30.7 | - |
| YUV | 174.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 138 | 0.09 | 0 | 0.25 | 0.27 | 81.7 | 0.25 | 0.63 |
| Hex | A8 | B9 | 8A | 9 | 0 | 19 | 1B | 52 | 19 | 3F |
| Octal | 250 | 271 | 212 | 11 | 0 | 31 | 33 | 122 | 31 | 77 |
| Binary | 10101000 | 10111001 | 10001010 | 1001 | 0 | 11001 | 11011 | 1010010 | 11001 | 111111 |
Color Harmonies of #A8B98A
Complementary color
Monochromatic Colors of #A8B98A
Black with #A8B98A
Text Example
Text Example
White with #A8B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B98A; }
p { color: rgb(168,185,138); }
H1.HeaderClassName
{
color: #A8B98A;
}
.AnyTagClassName
{
color: #A8B98A;
}
</style>
background-color css
<style>
a { background-color: #A8B98A; }
a { background-color: rgb(168,185,138); }
div.DivClassName
{
background-color: #A8B98A;
}
.BgClassName
{
background-color: #A8B98A;
}
</style>
border-color css
<style>
span { border-color: #A8B98A; }
span { border-color: rgb(168,185,138); }
td.TdClassName
{
border-color: #A8B98A;
}
.TagClassName
{
border-color: #A8B98A;
}
</style>