Shades of Norway #A5C38C
Tints of Norway #A5C38C
RGB
CMYK
RGB Variations
Color information
#A5C38C (or 0xA5C38C) is known color: Norway. HEX triplet: A5, C3 and 8C. RGB value is (165,195,140). Sum of RGB (Red+Green+Blue) = 165+195+140=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C38C is #5A3C73. Grayscale: #B3B3B3. Windows color (decimal): -5913716 or 9225125. OLE color: 9225125.
HSL color Cylindrical-coordinate representation of color #A5C38C: hue angle of 92.73º 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 #A5C38C is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 195 | 140 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.24 |
| HSL | 92.73º | 0.31% | 0.66% | - |
| HSV(B) | 92.73º | 0.28% | 0.76% | - |
| XYZ | 39.77 | 48.92 | 32.16 | - |
| YUV | 179.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 195 | 140 | 0.15 | 0 | 0.28 | 0.24 | 92.73 | 0.31 | 0.66 |
| Hex | A5 | C3 | 8C | F | 0 | 1C | 18 | 5D | 1F | 42 |
| Octal | 245 | 303 | 214 | 17 | 0 | 34 | 30 | 135 | 37 | 102 |
| Binary | 10100101 | 11000011 | 10001100 | 1111 | 0 | 11100 | 11000 | 1011101 | 11111 | 1000010 |
Color Harmonies of #A5C38C
Complementary color
Monochromatic Colors of #A5C38C
Black with #A5C38C
Text Example
Text Example
White with #A5C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C38C; }
p { color: rgb(165,195,140); }
H1.HeaderClassName
{
color: #A5C38C;
}
.AnyTagClassName
{
color: #A5C38C;
}
</style>
background-color css
<style>
a { background-color: #A5C38C; }
a { background-color: rgb(165,195,140); }
div.DivClassName
{
background-color: #A5C38C;
}
.BgClassName
{
background-color: #A5C38C;
}
</style>
border-color css
<style>
span { border-color: #A5C38C; }
span { border-color: rgb(165,195,140); }
td.TdClassName
{
border-color: #A5C38C;
}
.TagClassName
{
border-color: #A5C38C;
}
</style>