Shades of Norway #A8C192
Tints of Norway #A8C192
RGB
CMYK
RGB Variations
Color information
#A8C192 (or 0xA8C192) is known color: Norway. HEX triplet: A8, C1 and 92. RGB value is (168,193,146). Sum of RGB (Red+Green+Blue) = 168+193+146=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C192 is #573E6D. Grayscale: #B4B4B4. Windows color (decimal): -5717614 or 9617832. OLE color: 9617832.
HSL color Cylindrical-coordinate representation of color #A8C192: hue angle of 91.91º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8C192 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 146 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.24 |
| HSL | 91.91º | 0.27% | 0.66% | - |
| HSV(B) | 91.91º | 0.24% | 0.76% | - |
| XYZ | 40.41 | 48.54 | 34.43 | - |
| YUV | 180.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 146 | 0.13 | 0 | 0.24 | 0.24 | 91.91 | 0.27 | 0.66 |
| Hex | A8 | C1 | 92 | D | 0 | 18 | 18 | 5C | 1B | 42 |
| Octal | 250 | 301 | 222 | 15 | 0 | 30 | 30 | 134 | 33 | 102 |
| Binary | 10101000 | 11000001 | 10010010 | 1101 | 0 | 11000 | 11000 | 1011100 | 11011 | 1000010 |
Color Harmonies of #A8C192
Complementary color
Monochromatic Colors of #A8C192
Black with #A8C192
Text Example
Text Example
White with #A8C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C192; }
p { color: rgb(168,193,146); }
H1.HeaderClassName
{
color: #A8C192;
}
.AnyTagClassName
{
color: #A8C192;
}
</style>
background-color css
<style>
a { background-color: #A8C192; }
a { background-color: rgb(168,193,146); }
div.DivClassName
{
background-color: #A8C192;
}
.BgClassName
{
background-color: #A8C192;
}
</style>
border-color css
<style>
span { border-color: #A8C192; }
span { border-color: rgb(168,193,146); }
td.TdClassName
{
border-color: #A8C192;
}
.TagClassName
{
border-color: #A8C192;
}
</style>