Shades of Norway #A5B288
Tints of Norway #A5B288
RGB
CMYK
RGB Variations
Color information
#A5B288 (or 0xA5B288) is known color: Norway. HEX triplet: A5, B2 and 88. RGB value is (165,178,136). Sum of RGB (Red+Green+Blue) = 165+178+136=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B288 is #5A4D77. Grayscale: #A9A9A9. Windows color (decimal): -5918072 or 8958629. OLE color: 8958629.
HSL color Cylindrical-coordinate representation of color #A5B288: hue angle of 78.57º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5B288 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 136 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.30 |
| HSL | 78.57º | 0.21% | 0.62% | - |
| HSV(B) | 78.57º | 0.24% | 0.7% | - |
| XYZ | 35.88 | 41.62 | 29.43 | - |
| YUV | 169.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 136 | 0.07 | 0 | 0.24 | 0.30 | 78.57 | 0.21 | 0.62 |
| Hex | A5 | B2 | 88 | 7 | 0 | 18 | 1E | 4F | 15 | 3E |
| Octal | 245 | 262 | 210 | 7 | 0 | 30 | 36 | 117 | 25 | 76 |
| Binary | 10100101 | 10110010 | 10001000 | 111 | 0 | 11000 | 11110 | 1001111 | 10101 | 111110 |
Color Harmonies of #A5B288
Complementary color
Monochromatic Colors of #A5B288
Black with #A5B288
Text Example
Text Example
White with #A5B288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B288; }
p { color: rgb(165,178,136); }
H1.HeaderClassName
{
color: #A5B288;
}
.AnyTagClassName
{
color: #A5B288;
}
</style>
background-color css
<style>
a { background-color: #A5B288; }
a { background-color: rgb(165,178,136); }
div.DivClassName
{
background-color: #A5B288;
}
.BgClassName
{
background-color: #A5B288;
}
</style>
border-color css
<style>
span { border-color: #A5B288; }
span { border-color: rgb(165,178,136); }
td.TdClassName
{
border-color: #A5B288;
}
.TagClassName
{
border-color: #A5B288;
}
</style>