Shades of Norway #A5BA98
Tints of Norway #A5BA98
RGB
CMYK
RGB Variations
Color information
#A5BA98 (or 0xA5BA98) is known color: Norway. HEX triplet: A5, BA and 98. RGB value is (165,186,152). Sum of RGB (Red+Green+Blue) = 165+186+152=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA98 is #5A4567. Grayscale: #AFAFAF. Windows color (decimal): -5916008 or 10009253. OLE color: 10009253.
HSL color Cylindrical-coordinate representation of color #A5BA98: hue angle of 97.06º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5BA98 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 152 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.27 |
| HSL | 97.06º | 0.2% | 0.66% | - |
| HSV(B) | 97.06º | 0.18% | 0.73% | - |
| XYZ | 38.74 | 45.38 | 36.42 | - |
| YUV | 175.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 152 | 0.11 | 0 | 0.18 | 0.27 | 97.06 | 0.2 | 0.66 |
| Hex | A5 | BA | 98 | B | 0 | 12 | 1B | 61 | 14 | 42 |
| Octal | 245 | 272 | 230 | 13 | 0 | 22 | 33 | 141 | 24 | 102 |
| Binary | 10100101 | 10111010 | 10011000 | 1011 | 0 | 10010 | 11011 | 1100001 | 10100 | 1000010 |
Color Harmonies of #A5BA98
Complementary color
Monochromatic Colors of #A5BA98
Black with #A5BA98
Text Example
Text Example
White with #A5BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA98; }
p { color: rgb(165,186,152); }
H1.HeaderClassName
{
color: #A5BA98;
}
.AnyTagClassName
{
color: #A5BA98;
}
</style>
background-color css
<style>
a { background-color: #A5BA98; }
a { background-color: rgb(165,186,152); }
div.DivClassName
{
background-color: #A5BA98;
}
.BgClassName
{
background-color: #A5BA98;
}
</style>
border-color css
<style>
span { border-color: #A5BA98; }
span { border-color: rgb(165,186,152); }
td.TdClassName
{
border-color: #A5BA98;
}
.TagClassName
{
border-color: #A5BA98;
}
</style>