Shades of Mountain Meadow #1BC498
Tints of Mountain Meadow #1BC498
RGB
CMYK
RGB Variations
Color information
#1BC498 (or 0x1BC498) is known color: Mountain Meadow. HEX triplet: 1B, C4 and 98. RGB value is (27,196,152). Sum of RGB (Red+Green+Blue) = 27+196+152=375 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.2% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC498 is #E43B67. Grayscale: #8C8C8C. Windows color (decimal): -14957416 or 10011675. OLE color: 10011675.
HSL color Cylindrical-coordinate representation of color #1BC498: hue angle of 164.38º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC498 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 196 | 152 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.23 |
| HSL | 164.38º | 0.76% | 0.44% | - |
| HSV(B) | 164.38º | 0.86% | 0.77% | - |
| XYZ | 25.86 | 41.98 | 36.45 | - |
| YUV | 140.45 | 134.51 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 196 | 152 | 0.86 | 0 | 0.22 | 0.23 | 164.38 | 0.76 | 0.44 |
| Hex | 1B | C4 | 98 | 56 | 0 | 16 | 17 | A4 | 4C | 2C |
| Octal | 33 | 304 | 230 | 126 | 0 | 26 | 27 | 244 | 114 | 54 |
| Binary | 11011 | 11000100 | 10011000 | 1010110 | 0 | 10110 | 10111 | 10100100 | 1001100 | 101100 |
Color Harmonies of #1BC498
Complementary color
Monochromatic Colors of #1BC498
Black with #1BC498
Text Example
Text Example
White with #1BC498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC498; }
p { color: rgb(27,196,152); }
H1.HeaderClassName
{
color: #1BC498;
}
.AnyTagClassName
{
color: #1BC498;
}
</style>
background-color css
<style>
a { background-color: #1BC498; }
a { background-color: rgb(27,196,152); }
div.DivClassName
{
background-color: #1BC498;
}
.BgClassName
{
background-color: #1BC498;
}
</style>
border-color css
<style>
span { border-color: #1BC498; }
span { border-color: rgb(27,196,152); }
td.TdClassName
{
border-color: #1BC498;
}
.TagClassName
{
border-color: #1BC498;
}
</style>