Shades of Norway #A4B28A
Tints of Norway #A4B28A
RGB
CMYK
RGB Variations
Color information
#A4B28A (or 0xA4B28A) is known color: Norway. HEX triplet: A4, B2 and 8A. RGB value is (164,178,138). Sum of RGB (Red+Green+Blue) = 164+178+138=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B28A is #5B4D75. Grayscale: #A9A9A9. Windows color (decimal): -5983606 or 9089700. OLE color: 9089700.
HSL color Cylindrical-coordinate representation of color #A4B28A: hue angle of 81º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4B28A is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 178 | 138 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.30 |
| HSL | 81º | 0.21% | 0.62% | - |
| HSV(B) | 81º | 0.22% | 0.7% | - |
| XYZ | 35.82 | 41.57 | 30.18 | - |
| YUV | 169.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 178 | 138 | 0.08 | 0 | 0.22 | 0.30 | 81 | 0.21 | 0.62 |
| Hex | A4 | B2 | 8A | 8 | 0 | 16 | 1E | 51 | 15 | 3E |
| Octal | 244 | 262 | 212 | 10 | 0 | 26 | 36 | 121 | 25 | 76 |
| Binary | 10100100 | 10110010 | 10001010 | 1000 | 0 | 10110 | 11110 | 1010001 | 10101 | 111110 |
Color Harmonies of #A4B28A
Complementary color
Monochromatic Colors of #A4B28A
Black with #A4B28A
Text Example
Text Example
White with #A4B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B28A; }
p { color: rgb(164,178,138); }
H1.HeaderClassName
{
color: #A4B28A;
}
.AnyTagClassName
{
color: #A4B28A;
}
</style>
background-color css
<style>
a { background-color: #A4B28A; }
a { background-color: rgb(164,178,138); }
div.DivClassName
{
background-color: #A4B28A;
}
.BgClassName
{
background-color: #A4B28A;
}
</style>
border-color css
<style>
span { border-color: #A4B28A; }
span { border-color: rgb(164,178,138); }
td.TdClassName
{
border-color: #A4B28A;
}
.TagClassName
{
border-color: #A4B28A;
}
</style>