Shades of Norway #A5BD8A
Tints of Norway #A5BD8A
RGB
CMYK
RGB Variations
Color information
#A5BD8A (or 0xA5BD8A) is known color: Norway. HEX triplet: A5, BD and 8A. RGB value is (165,189,138). Sum of RGB (Red+Green+Blue) = 165+189+138=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BD8A is #5A4275. Grayscale: #B0B0B0. Windows color (decimal): -5915254 or 9092517. OLE color: 9092517.
HSL color Cylindrical-coordinate representation of color #A5BD8A: hue angle of 88.24º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5BD8A is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 138 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.26 |
| HSL | 88.24º | 0.28% | 0.64% | - |
| HSV(B) | 88.24º | 0.27% | 0.74% | - |
| XYZ | 38.3 | 46.23 | 30.95 | - |
| YUV | 176.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 138 | 0.13 | 0 | 0.27 | 0.26 | 88.24 | 0.28 | 0.64 |
| Hex | A5 | BD | 8A | D | 0 | 1B | 1A | 58 | 1C | 40 |
| Octal | 245 | 275 | 212 | 15 | 0 | 33 | 32 | 130 | 34 | 100 |
| Binary | 10100101 | 10111101 | 10001010 | 1101 | 0 | 11011 | 11010 | 1011000 | 11100 | 1000000 |
Color Harmonies of #A5BD8A
Complementary color
Monochromatic Colors of #A5BD8A
Black with #A5BD8A
Text Example
Text Example
White with #A5BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD8A; }
p { color: rgb(165,189,138); }
H1.HeaderClassName
{
color: #A5BD8A;
}
.AnyTagClassName
{
color: #A5BD8A;
}
</style>
background-color css
<style>
a { background-color: #A5BD8A; }
a { background-color: rgb(165,189,138); }
div.DivClassName
{
background-color: #A5BD8A;
}
.BgClassName
{
background-color: #A5BD8A;
}
</style>
border-color css
<style>
span { border-color: #A5BD8A; }
span { border-color: rgb(165,189,138); }
td.TdClassName
{
border-color: #A5BD8A;
}
.TagClassName
{
border-color: #A5BD8A;
}
</style>