Shades of Norway #A8BF92
Tints of Norway #A8BF92
RGB
CMYK
RGB Variations
Color information
#A8BF92 (or 0xA8BF92) is known color: Norway. HEX triplet: A8, BF and 92. RGB value is (168,191,146). Sum of RGB (Red+Green+Blue) = 168+191+146=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF92 is #57406D. Grayscale: #B3B3B3. Windows color (decimal): -5718126 or 9617320. OLE color: 9617320.
HSL color Cylindrical-coordinate representation of color #A8BF92: hue angle of 90.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8BF92 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 146 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.25 |
| HSL | 90.67º | 0.26% | 0.66% | - |
| HSV(B) | 90.67º | 0.24% | 0.75% | - |
| XYZ | 39.97 | 47.66 | 34.29 | - |
| YUV | 178.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 146 | 0.12 | 0 | 0.24 | 0.25 | 90.67 | 0.26 | 0.66 |
| Hex | A8 | BF | 92 | C | 0 | 18 | 19 | 5B | 1A | 42 |
| Octal | 250 | 277 | 222 | 14 | 0 | 30 | 31 | 133 | 32 | 102 |
| Binary | 10101000 | 10111111 | 10010010 | 1100 | 0 | 11000 | 11001 | 1011011 | 11010 | 1000010 |
Color Harmonies of #A8BF92
Complementary color
Monochromatic Colors of #A8BF92
Black with #A8BF92
Text Example
Text Example
White with #A8BF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF92; }
p { color: rgb(168,191,146); }
H1.HeaderClassName
{
color: #A8BF92;
}
.AnyTagClassName
{
color: #A8BF92;
}
</style>
background-color css
<style>
a { background-color: #A8BF92; }
a { background-color: rgb(168,191,146); }
div.DivClassName
{
background-color: #A8BF92;
}
.BgClassName
{
background-color: #A8BF92;
}
</style>
border-color css
<style>
span { border-color: #A8BF92; }
span { border-color: rgb(168,191,146); }
td.TdClassName
{
border-color: #A8BF92;
}
.TagClassName
{
border-color: #A8BF92;
}
</style>