Shades of Norway #A4BF85
Tints of Norway #A4BF85
RGB
CMYK
RGB Variations
Color information
#A4BF85 (or 0xA4BF85) is known color: Norway. HEX triplet: A4, BF and 85. RGB value is (164,191,133). Sum of RGB (Red+Green+Blue) = 164+191+133=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF85 is #5B407A. Grayscale: #B0B0B0. Windows color (decimal): -5980283 or 8765348. OLE color: 8765348.
HSL color Cylindrical-coordinate representation of color #A4BF85: hue angle of 87.93º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4BF85 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 191 | 133 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.25 |
| HSL | 87.93º | 0.31% | 0.64% | - |
| HSV(B) | 87.93º | 0.3% | 0.75% | - |
| XYZ | 38.17 | 46.85 | 29.22 | - |
| YUV | 176.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 133 | 0.14 | 0 | 0.30 | 0.25 | 87.93 | 0.31 | 0.64 |
| Hex | A4 | BF | 85 | E | 0 | 1E | 19 | 58 | 1F | 40 |
| Octal | 244 | 277 | 205 | 16 | 0 | 36 | 31 | 130 | 37 | 100 |
| Binary | 10100100 | 10111111 | 10000101 | 1110 | 0 | 11110 | 11001 | 1011000 | 11111 | 1000000 |
Color Harmonies of #A4BF85
Complementary color
Monochromatic Colors of #A4BF85
Black with #A4BF85
Text Example
Text Example
White with #A4BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BF85; }
p { color: rgb(164,191,133); }
H1.HeaderClassName
{
color: #A4BF85;
}
.AnyTagClassName
{
color: #A4BF85;
}
</style>
background-color css
<style>
a { background-color: #A4BF85; }
a { background-color: rgb(164,191,133); }
div.DivClassName
{
background-color: #A4BF85;
}
.BgClassName
{
background-color: #A4BF85;
}
</style>
border-color css
<style>
span { border-color: #A4BF85; }
span { border-color: rgb(164,191,133); }
td.TdClassName
{
border-color: #A4BF85;
}
.TagClassName
{
border-color: #A4BF85;
}
</style>