Shades of Norway #A8BF94
Tints of Norway #A8BF94
RGB
CMYK
RGB Variations
Color information
#A8BF94 (or 0xA8BF94) is known color: Norway. HEX triplet: A8, BF and 94. RGB value is (168,191,148). Sum of RGB (Red+Green+Blue) = 168+191+148=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF94 is #57406B. Grayscale: #B3B3B3. Windows color (decimal): -5718124 or 9748392. OLE color: 9748392.
HSL color Cylindrical-coordinate representation of color #A8BF94: hue angle of 92.09º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8BF94 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 148 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.25 |
| HSL | 92.09º | 0.25% | 0.66% | - |
| HSV(B) | 92.09º | 0.23% | 0.75% | - |
| XYZ | 40.12 | 47.72 | 35.11 | - |
| YUV | 179.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 148 | 0.12 | 0 | 0.23 | 0.25 | 92.09 | 0.25 | 0.66 |
| Hex | A8 | BF | 94 | C | 0 | 17 | 19 | 5C | 19 | 42 |
| Octal | 250 | 277 | 224 | 14 | 0 | 27 | 31 | 134 | 31 | 102 |
| Binary | 10101000 | 10111111 | 10010100 | 1100 | 0 | 10111 | 11001 | 1011100 | 11001 | 1000010 |
Color Harmonies of #A8BF94
Complementary color
Monochromatic Colors of #A8BF94
Black with #A8BF94
Text Example
Text Example
White with #A8BF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF94; }
p { color: rgb(168,191,148); }
H1.HeaderClassName
{
color: #A8BF94;
}
.AnyTagClassName
{
color: #A8BF94;
}
</style>
background-color css
<style>
a { background-color: #A8BF94; }
a { background-color: rgb(168,191,148); }
div.DivClassName
{
background-color: #A8BF94;
}
.BgClassName
{
background-color: #A8BF94;
}
</style>
border-color css
<style>
span { border-color: #A8BF94; }
span { border-color: rgb(168,191,148); }
td.TdClassName
{
border-color: #A8BF94;
}
.TagClassName
{
border-color: #A8BF94;
}
</style>