Shades of Mountain Meadow #1CBB80
Tints of Mountain Meadow #1CBB80
RGB
CMYK
RGB Variations
Color information
#1CBB80 (or 0x1CBB80) is known color: Mountain Meadow. HEX triplet: 1C, BB and 80. RGB value is (28,187,128). Sum of RGB (Red+Green+Blue) = 28+187+128=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBB80 is #E3447F. Grayscale: #848484. Windows color (decimal): -14894208 or 8436508. OLE color: 8436508.
HSL color Cylindrical-coordinate representation of color #1CBB80: hue angle of 157.74º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBB80 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 128 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.27 |
| HSL | 157.74º | 0.74% | 0.42% | - |
| HSV(B) | 157.74º | 0.85% | 0.73% | - |
| XYZ | 22.15 | 37.35 | 26.46 | - |
| YUV | 132.73 | 125.32 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 128 | 0.85 | 0 | 0.32 | 0.27 | 157.74 | 0.74 | 0.42 |
| Hex | 1C | BB | 80 | 55 | 0 | 20 | 1B | 9E | 4A | 2A |
| Octal | 34 | 273 | 200 | 125 | 0 | 40 | 33 | 236 | 112 | 52 |
| Binary | 11100 | 10111011 | 10000000 | 1010101 | 0 | 100000 | 11011 | 10011110 | 1001010 | 101010 |
Color Harmonies of #1CBB80
Complementary color
Monochromatic Colors of #1CBB80
Black with #1CBB80
Text Example
Text Example
White with #1CBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBB80; }
p { color: rgb(28,187,128); }
H1.HeaderClassName
{
color: #1CBB80;
}
.AnyTagClassName
{
color: #1CBB80;
}
</style>
background-color css
<style>
a { background-color: #1CBB80; }
a { background-color: rgb(28,187,128); }
div.DivClassName
{
background-color: #1CBB80;
}
.BgClassName
{
background-color: #1CBB80;
}
</style>
border-color css
<style>
span { border-color: #1CBB80; }
span { border-color: rgb(28,187,128); }
td.TdClassName
{
border-color: #1CBB80;
}
.TagClassName
{
border-color: #1CBB80;
}
</style>