Shades of Norway #AFC092
Tints of Norway #AFC092
RGB
CMYK
RGB Variations
Color information
#AFC092 (or 0xAFC092) is known color: Norway. HEX triplet: AF, C0 and 92. RGB value is (175,192,146). Sum of RGB (Red+Green+Blue) = 175+192+146=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC092 is #503F6D. Grayscale: #B5B5B5. Windows color (decimal): -5259118 or 9617583. OLE color: 9617583.
HSL color Cylindrical-coordinate representation of color #AFC092: hue angle of 82.17º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC092 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 146 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.25 |
| HSL | 82.17º | 0.27% | 0.66% | - |
| HSV(B) | 82.17º | 0.24% | 0.75% | - |
| XYZ | 41.72 | 48.89 | 34.43 | - |
| YUV | 181.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 146 | 0.09 | 0 | 0.24 | 0.25 | 82.17 | 0.27 | 0.66 |
| Hex | AF | C0 | 92 | 9 | 0 | 18 | 19 | 52 | 1B | 42 |
| Octal | 257 | 300 | 222 | 11 | 0 | 30 | 31 | 122 | 33 | 102 |
| Binary | 10101111 | 11000000 | 10010010 | 1001 | 0 | 11000 | 11001 | 1010010 | 11011 | 1000010 |
Color Harmonies of #AFC092
Complementary color
Monochromatic Colors of #AFC092
Black with #AFC092
Text Example
Text Example
White with #AFC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC092; }
p { color: rgb(175,192,146); }
H1.HeaderClassName
{
color: #AFC092;
}
.AnyTagClassName
{
color: #AFC092;
}
</style>
background-color css
<style>
a { background-color: #AFC092; }
a { background-color: rgb(175,192,146); }
div.DivClassName
{
background-color: #AFC092;
}
.BgClassName
{
background-color: #AFC092;
}
</style>
border-color css
<style>
span { border-color: #AFC092; }
span { border-color: rgb(175,192,146); }
td.TdClassName
{
border-color: #AFC092;
}
.TagClassName
{
border-color: #AFC092;
}
</style>