Shades of Norway #A4B288
Tints of Norway #A4B288
RGB
CMYK
RGB Variations
Color information
#A4B288 (or 0xA4B288) is known color: Norway. HEX triplet: A4, B2 and 88. RGB value is (164,178,136). Sum of RGB (Red+Green+Blue) = 164+178+136=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B288 is #5B4D77. Grayscale: #A9A9A9. Windows color (decimal): -5983608 or 8958628. OLE color: 8958628.
HSL color Cylindrical-coordinate representation of color #A4B288: hue angle of 80º 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 #A4B288 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 178 | 136 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.30 |
| HSL | 80º | 0.21% | 0.62% | - |
| HSV(B) | 80º | 0.24% | 0.7% | - |
| XYZ | 35.67 | 41.51 | 29.42 | - |
| YUV | 169.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 178 | 136 | 0.08 | 0 | 0.24 | 0.30 | 80 | 0.21 | 0.62 |
| Hex | A4 | B2 | 88 | 8 | 0 | 18 | 1E | 50 | 15 | 3E |
| Octal | 244 | 262 | 210 | 10 | 0 | 30 | 36 | 120 | 25 | 76 |
| Binary | 10100100 | 10110010 | 10001000 | 1000 | 0 | 11000 | 11110 | 1010000 | 10101 | 111110 |
Color Harmonies of #A4B288
Complementary color
Monochromatic Colors of #A4B288
Black with #A4B288
Text Example
Text Example
White with #A4B288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B288; }
p { color: rgb(164,178,136); }
H1.HeaderClassName
{
color: #A4B288;
}
.AnyTagClassName
{
color: #A4B288;
}
</style>
background-color css
<style>
a { background-color: #A4B288; }
a { background-color: rgb(164,178,136); }
div.DivClassName
{
background-color: #A4B288;
}
.BgClassName
{
background-color: #A4B288;
}
</style>
border-color css
<style>
span { border-color: #A4B288; }
span { border-color: rgb(164,178,136); }
td.TdClassName
{
border-color: #A4B288;
}
.TagClassName
{
border-color: #A4B288;
}
</style>