Shades of Norway #ABC38D
Tints of Norway #ABC38D
RGB
CMYK
RGB Variations
Color information
#ABC38D (or 0xABC38D) is known color: Norway. HEX triplet: AB, C3 and 8D. RGB value is (171,195,141). Sum of RGB (Red+Green+Blue) = 171+195+141=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC38D is #543C72. Grayscale: #B5B5B5. Windows color (decimal): -5520499 or 9290667. OLE color: 9290667.
HSL color Cylindrical-coordinate representation of color #ABC38D: hue angle of 86.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC38D is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 141 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.24 |
| HSL | 86.67º | 0.31% | 0.66% | - |
| HSV(B) | 86.67º | 0.28% | 0.76% | - |
| XYZ | 41.12 | 49.61 | 32.61 | - |
| YUV | 181.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 141 | 0.12 | 0 | 0.28 | 0.24 | 86.67 | 0.31 | 0.66 |
| Hex | AB | C3 | 8D | C | 0 | 1C | 18 | 57 | 1F | 42 |
| Octal | 253 | 303 | 215 | 14 | 0 | 34 | 30 | 127 | 37 | 102 |
| Binary | 10101011 | 11000011 | 10001101 | 1100 | 0 | 11100 | 11000 | 1010111 | 11111 | 1000010 |
Color Harmonies of #ABC38D
Complementary color
Monochromatic Colors of #ABC38D
Black with #ABC38D
Text Example
Text Example
White with #ABC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC38D; }
p { color: rgb(171,195,141); }
H1.HeaderClassName
{
color: #ABC38D;
}
.AnyTagClassName
{
color: #ABC38D;
}
</style>
background-color css
<style>
a { background-color: #ABC38D; }
a { background-color: rgb(171,195,141); }
div.DivClassName
{
background-color: #ABC38D;
}
.BgClassName
{
background-color: #ABC38D;
}
</style>
border-color css
<style>
span { border-color: #ABC38D; }
span { border-color: rgb(171,195,141); }
td.TdClassName
{
border-color: #ABC38D;
}
.TagClassName
{
border-color: #ABC38D;
}
</style>