Shades of Mountain Meadow #1BBC72
Tints of Mountain Meadow #1BBC72
RGB
CMYK
RGB Variations
Color information
#1BBC72 (or 0x1BBC72) is known color: Mountain Meadow. HEX triplet: 1B, BC and 72. RGB value is (27,188,114). Sum of RGB (Red+Green+Blue) = 27+188+114=329 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.21% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBC72 is #E4438D. Grayscale: #838383. Windows color (decimal): -14959502 or 7519259. OLE color: 7519259.
HSL color Cylindrical-coordinate representation of color #1BBC72: hue angle of 152.42º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBC72 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 114 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.26 |
| HSL | 152.42º | 0.75% | 0.42% | - |
| HSV(B) | 152.42º | 0.86% | 0.74% | - |
| XYZ | 21.47 | 37.41 | 22.01 | - |
| YUV | 131.43 | 118.16 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 114 | 0.86 | 0 | 0.39 | 0.26 | 152.42 | 0.75 | 0.42 |
| Hex | 1B | BC | 72 | 56 | 0 | 27 | 1A | 98 | 4B | 2A |
| Octal | 33 | 274 | 162 | 126 | 0 | 47 | 32 | 230 | 113 | 52 |
| Binary | 11011 | 10111100 | 1110010 | 1010110 | 0 | 100111 | 11010 | 10011000 | 1001011 | 101010 |
Color Harmonies of #1BBC72
Complementary color
Monochromatic Colors of #1BBC72
Black with #1BBC72
Text Example
Text Example
White with #1BBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC72; }
p { color: rgb(27,188,114); }
H1.HeaderClassName
{
color: #1BBC72;
}
.AnyTagClassName
{
color: #1BBC72;
}
</style>
background-color css
<style>
a { background-color: #1BBC72; }
a { background-color: rgb(27,188,114); }
div.DivClassName
{
background-color: #1BBC72;
}
.BgClassName
{
background-color: #1BBC72;
}
</style>
border-color css
<style>
span { border-color: #1BBC72; }
span { border-color: rgb(27,188,114); }
td.TdClassName
{
border-color: #1BBC72;
}
.TagClassName
{
border-color: #1BBC72;
}
</style>