Shades of Mountain Meadow #1CBB96
Tints of Mountain Meadow #1CBB96
RGB
CMYK
RGB Variations
Color information
#1CBB96 (or 0x1CBB96) is known color: Mountain Meadow. HEX triplet: 1C, BB and 96. RGB value is (28,187,150). Sum of RGB (Red+Green+Blue) = 28+187+150=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBB96 is #E34469. Grayscale: #878787. Windows color (decimal): -14894186 or 9878300. OLE color: 9878300.
HSL color Cylindrical-coordinate representation of color #1CBB96: hue angle of 166.04º 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 #1CBB96 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 150 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.27 |
| HSL | 166.04º | 0.74% | 0.42% | - |
| HSV(B) | 166.04º | 0.85% | 0.73% | - |
| XYZ | 23.75 | 37.99 | 34.93 | - |
| YUV | 135.24 | 136.32 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 150 | 0.85 | 0 | 0.20 | 0.27 | 166.04 | 0.74 | 0.42 |
| Hex | 1C | BB | 96 | 55 | 0 | 14 | 1B | A6 | 4A | 2A |
| Octal | 34 | 273 | 226 | 125 | 0 | 24 | 33 | 246 | 112 | 52 |
| Binary | 11100 | 10111011 | 10010110 | 1010101 | 0 | 10100 | 11011 | 10100110 | 1001010 | 101010 |
Color Harmonies of #1CBB96
Complementary color
Monochromatic Colors of #1CBB96
Black with #1CBB96
Text Example
Text Example
White with #1CBB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBB96; }
p { color: rgb(28,187,150); }
H1.HeaderClassName
{
color: #1CBB96;
}
.AnyTagClassName
{
color: #1CBB96;
}
</style>
background-color css
<style>
a { background-color: #1CBB96; }
a { background-color: rgb(28,187,150); }
div.DivClassName
{
background-color: #1CBB96;
}
.BgClassName
{
background-color: #1CBB96;
}
</style>
border-color css
<style>
span { border-color: #1CBB96; }
span { border-color: rgb(28,187,150); }
td.TdClassName
{
border-color: #1CBB96;
}
.TagClassName
{
border-color: #1CBB96;
}
</style>