Shades of Norway #ABC38B
Tints of Norway #ABC38B
RGB
CMYK
RGB Variations
Color information
#ABC38B (or 0xABC38B) is known color: Norway. HEX triplet: AB, C3 and 8B. RGB value is (171,195,139). Sum of RGB (Red+Green+Blue) = 171+195+139=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC38B is #543C74. Grayscale: #B5B5B5. Windows color (decimal): -5520501 or 9159595. OLE color: 9159595.
HSL color Cylindrical-coordinate representation of color #ABC38B: hue angle of 85.71º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABC38B is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 139 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.24 |
| HSL | 85.71º | 0.32% | 0.65% | - |
| HSV(B) | 85.71º | 0.29% | 0.76% | - |
| XYZ | 40.97 | 49.55 | 31.83 | - |
| YUV | 181.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 139 | 0.12 | 0 | 0.29 | 0.24 | 85.71 | 0.32 | 0.65 |
| Hex | AB | C3 | 8B | C | 0 | 1D | 18 | 56 | 20 | 41 |
| Octal | 253 | 303 | 213 | 14 | 0 | 35 | 30 | 126 | 40 | 101 |
| Binary | 10101011 | 11000011 | 10001011 | 1100 | 0 | 11101 | 11000 | 1010110 | 100000 | 1000001 |
Color Harmonies of #ABC38B
Complementary color
Monochromatic Colors of #ABC38B
Black with #ABC38B
Text Example
Text Example
White with #ABC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC38B; }
p { color: rgb(171,195,139); }
H1.HeaderClassName
{
color: #ABC38B;
}
.AnyTagClassName
{
color: #ABC38B;
}
</style>
background-color css
<style>
a { background-color: #ABC38B; }
a { background-color: rgb(171,195,139); }
div.DivClassName
{
background-color: #ABC38B;
}
.BgClassName
{
background-color: #ABC38B;
}
</style>
border-color css
<style>
span { border-color: #ABC38B; }
span { border-color: rgb(171,195,139); }
td.TdClassName
{
border-color: #ABC38B;
}
.TagClassName
{
border-color: #ABC38B;
}
</style>