Shades of Norway #A8BC8B
Tints of Norway #A8BC8B
RGB
CMYK
RGB Variations
Color information
#A8BC8B (or 0xA8BC8B) is known color: Norway. HEX triplet: A8, BC and 8B. RGB value is (168,188,139). Sum of RGB (Red+Green+Blue) = 168+188+139=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC8B is #574374. Grayscale: #B0B0B0. Windows color (decimal): -5718901 or 9157800. OLE color: 9157800.
HSL color Cylindrical-coordinate representation of color #A8BC8B: hue angle of 84.49º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8BC8B is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
RGB | 168 | 188 | 139 | - |
CMYK | 0.11 | 0 | 0.26 | 0.26 |
HSL | 84.49º | 0.27% | 0.64% | - |
HSV(B) | 84.49º | 0.26% | 0.74% | - |
XYZ | 38.79 | 46.16 | 31.29 | - |
YUV | 176.43 | 106.87 | 121.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 188 | 139 | 0.11 | 0 | 0.26 | 0.26 | 84.49 | 0.27 | 0.64 |
Hex | A8 | BC | 8B | B | 0 | 1A | 1A | 54 | 1B | 40 |
Octal | 250 | 274 | 213 | 13 | 0 | 32 | 32 | 124 | 33 | 100 |
Binary | 10101000 | 10111100 | 10001011 | 1011 | 0 | 11010 | 11010 | 1010100 | 11011 | 1000000 |
Color Harmonies of #A8BC8B
Complementary color
Monochromatic Colors of #A8BC8B
Black with #A8BC8B
Text Example
Text Example
White with #A8BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC8B; }
p { color: rgb(168,188,139); }
H1.HeaderClassName
{
color: #A8BC8B;
}
.AnyTagClassName
{
color: #A8BC8B;
}
</style>
background-color css
<style>
a { background-color: #A8BC8B; }
a { background-color: rgb(168,188,139); }
div.DivClassName
{
background-color: #A8BC8B;
}
.BgClassName
{
background-color: #A8BC8B;
}
</style>
border-color css
<style>
span { border-color: #A8BC8B; }
span { border-color: rgb(168,188,139); }
td.TdClassName
{
border-color: #A8BC8B;
}
.TagClassName
{
border-color: #A8BC8B;
}
</style>