Shades of Norway #A8BE92
Tints of Norway #A8BE92
RGB
CMYK
RGB Variations
Color information
#A8BE92 (or 0xA8BE92) is known color: Norway. HEX triplet: A8, BE and 92. RGB value is (168,190,146). Sum of RGB (Red+Green+Blue) = 168+190+146=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE92 is #57416D. Grayscale: #B2B2B2. Windows color (decimal): -5718382 or 9617064. OLE color: 9617064.
HSL color Cylindrical-coordinate representation of color #A8BE92: hue angle of 90º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8BE92 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 190 | 146 | - |
CMYK | 0.12 | 0 | 0.23 | 0.25 |
HSL | 90º | 0.25% | 0.66% | - |
HSV(B) | 90º | 0.23% | 0.75% | - |
XYZ | 39.75 | 47.23 | 34.21 | - |
YUV | 178.41 | 109.71 | 120.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 190 | 146 | 0.12 | 0 | 0.23 | 0.25 | 90 | 0.25 | 0.66 |
Hex | A8 | BE | 92 | C | 0 | 17 | 19 | 5A | 19 | 42 |
Octal | 250 | 276 | 222 | 14 | 0 | 27 | 31 | 132 | 31 | 102 |
Binary | 10101000 | 10111110 | 10010010 | 1100 | 0 | 10111 | 11001 | 1011010 | 11001 | 1000010 |
Color Harmonies of #A8BE92
Complementary color
Monochromatic Colors of #A8BE92
Black with #A8BE92
Text Example
Text Example
White with #A8BE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE92; }
p { color: rgb(168,190,146); }
H1.HeaderClassName
{
color: #A8BE92;
}
.AnyTagClassName
{
color: #A8BE92;
}
</style>
background-color css
<style>
a { background-color: #A8BE92; }
a { background-color: rgb(168,190,146); }
div.DivClassName
{
background-color: #A8BE92;
}
.BgClassName
{
background-color: #A8BE92;
}
</style>
border-color css
<style>
span { border-color: #A8BE92; }
span { border-color: rgb(168,190,146); }
td.TdClassName
{
border-color: #A8BE92;
}
.TagClassName
{
border-color: #A8BE92;
}
</style>