Shades of Mountain Meadow #1BC06B
Tints of Mountain Meadow #1BC06B
RGB
CMYK
RGB Variations
Color information
#1BC06B (or 0x1BC06B) is known color: Mountain Meadow. HEX triplet: 1B, C0 and 6B. RGB value is (27,192,107). Sum of RGB (Red+Green+Blue) = 27+192+107=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC06B is #E43F94. Grayscale: #858585. Windows color (decimal): -14958485 or 7061531. OLE color: 7061531.
HSL color Cylindrical-coordinate representation of color #1BC06B: hue angle of 149.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC06B is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 192 | 107 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.25 |
| HSL | 149.09º | 0.75% | 0.43% | - |
| HSV(B) | 149.09º | 0.86% | 0.75% | - |
| XYZ | 21.96 | 38.99 | 20.28 | - |
| YUV | 132.98 | 113.34 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 192 | 107 | 0.86 | 0 | 0.44 | 0.25 | 149.09 | 0.75 | 0.43 |
| Hex | 1B | C0 | 6B | 56 | 0 | 2C | 19 | 95 | 4B | 2B |
| Octal | 33 | 300 | 153 | 126 | 0 | 54 | 31 | 225 | 113 | 53 |
| Binary | 11011 | 11000000 | 1101011 | 1010110 | 0 | 101100 | 11001 | 10010101 | 1001011 | 101011 |
Color Harmonies of #1BC06B
Complementary color
Monochromatic Colors of #1BC06B
Black with #1BC06B
Text Example
Text Example
White with #1BC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC06B; }
p { color: rgb(27,192,107); }
H1.HeaderClassName
{
color: #1BC06B;
}
.AnyTagClassName
{
color: #1BC06B;
}
</style>
background-color css
<style>
a { background-color: #1BC06B; }
a { background-color: rgb(27,192,107); }
div.DivClassName
{
background-color: #1BC06B;
}
.BgClassName
{
background-color: #1BC06B;
}
</style>
border-color css
<style>
span { border-color: #1BC06B; }
span { border-color: rgb(27,192,107); }
td.TdClassName
{
border-color: #1BC06B;
}
.TagClassName
{
border-color: #1BC06B;
}
</style>