Shades of Norway #A8C198
Tints of Norway #A8C198
RGB
CMYK
RGB Variations
Color information
#A8C198 (or 0xA8C198) is known color: Norway. HEX triplet: A8, C1 and 98. RGB value is (168,193,152). Sum of RGB (Red+Green+Blue) = 168+193+152=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C198 is #573E67. Grayscale: #B4B4B4. Windows color (decimal): -5717608 or 10011048. OLE color: 10011048.
HSL color Cylindrical-coordinate representation of color #A8C198: hue angle of 96.59º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8C198 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 152 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.24 |
| HSL | 96.59º | 0.25% | 0.68% | - |
| HSV(B) | 96.59º | 0.21% | 0.76% | - |
| XYZ | 40.89 | 48.73 | 36.96 | - |
| YUV | 180.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 152 | 0.13 | 0 | 0.21 | 0.24 | 96.59 | 0.25 | 0.68 |
| Hex | A8 | C1 | 98 | D | 0 | 15 | 18 | 61 | 19 | 44 |
| Octal | 250 | 301 | 230 | 15 | 0 | 25 | 30 | 141 | 31 | 104 |
| Binary | 10101000 | 11000001 | 10011000 | 1101 | 0 | 10101 | 11000 | 1100001 | 11001 | 1000100 |
Color Harmonies of #A8C198
Complementary color
Monochromatic Colors of #A8C198
Black with #A8C198
Text Example
Text Example
White with #A8C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C198; }
p { color: rgb(168,193,152); }
H1.HeaderClassName
{
color: #A8C198;
}
.AnyTagClassName
{
color: #A8C198;
}
</style>
background-color css
<style>
a { background-color: #A8C198; }
a { background-color: rgb(168,193,152); }
div.DivClassName
{
background-color: #A8C198;
}
.BgClassName
{
background-color: #A8C198;
}
</style>
border-color css
<style>
span { border-color: #A8C198; }
span { border-color: rgb(168,193,152); }
td.TdClassName
{
border-color: #A8C198;
}
.TagClassName
{
border-color: #A8C198;
}
</style>