Shades of Norway #A8BF93
Tints of Norway #A8BF93
RGB
CMYK
RGB Variations
Color information
#A8BF93 (or 0xA8BF93) is known color: Norway. HEX triplet: A8, BF and 93. RGB value is (168,191,147). Sum of RGB (Red+Green+Blue) = 168+191+147=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF93 is #57406C. Grayscale: #B3B3B3. Windows color (decimal): -5718125 or 9682856. OLE color: 9682856.
HSL color Cylindrical-coordinate representation of color #A8BF93: hue angle of 91.36º degrees, saturation: 0.26, 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 #A8BF93 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 147 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.25 |
| HSL | 91.36º | 0.26% | 0.66% | - |
| HSV(B) | 91.36º | 0.23% | 0.75% | - |
| XYZ | 40.05 | 47.69 | 34.7 | - |
| YUV | 179.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 147 | 0.12 | 0 | 0.23 | 0.25 | 91.36 | 0.26 | 0.66 |
| Hex | A8 | BF | 93 | C | 0 | 17 | 19 | 5B | 1A | 42 |
| Octal | 250 | 277 | 223 | 14 | 0 | 27 | 31 | 133 | 32 | 102 |
| Binary | 10101000 | 10111111 | 10010011 | 1100 | 0 | 10111 | 11001 | 1011011 | 11010 | 1000010 |
Color Harmonies of #A8BF93
Complementary color
Monochromatic Colors of #A8BF93
Black with #A8BF93
Text Example
Text Example
White with #A8BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF93; }
p { color: rgb(168,191,147); }
H1.HeaderClassName
{
color: #A8BF93;
}
.AnyTagClassName
{
color: #A8BF93;
}
</style>
background-color css
<style>
a { background-color: #A8BF93; }
a { background-color: rgb(168,191,147); }
div.DivClassName
{
background-color: #A8BF93;
}
.BgClassName
{
background-color: #A8BF93;
}
</style>
border-color css
<style>
span { border-color: #A8BF93; }
span { border-color: rgb(168,191,147); }
td.TdClassName
{
border-color: #A8BF93;
}
.TagClassName
{
border-color: #A8BF93;
}
</style>