Shades of Mountain Meadow #1BAF93
Tints of Mountain Meadow #1BAF93
RGB
CMYK
RGB Variations
Color information
#1BAF93 (or 0x1BAF93) is known color: Mountain Meadow. HEX triplet: 1B, AF and 93. RGB value is (27,175,147). Sum of RGB (Red+Green+Blue) = 27+175+147=349 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.74% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAF93 is #E4506C. Grayscale: #7F7F7F. Windows color (decimal): -14962797 or 9678619. OLE color: 9678619.
HSL color Cylindrical-coordinate representation of color #1BAF93: hue angle of 168.65º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF93 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 147 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.31 |
| HSL | 168.65º | 0.73% | 0.4% | - |
| HSV(B) | 168.65º | 0.85% | 0.69% | - |
| XYZ | 21.05 | 33 | 32.86 | - |
| YUV | 127.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 147 | 0.85 | 0 | 0.16 | 0.31 | 168.65 | 0.73 | 0.4 |
| Hex | 1B | AF | 93 | 55 | 0 | 10 | 1F | A9 | 49 | 28 |
| Octal | 33 | 257 | 223 | 125 | 0 | 20 | 37 | 251 | 111 | 50 |
| Binary | 11011 | 10101111 | 10010011 | 1010101 | 0 | 10000 | 11111 | 10101001 | 1001001 | 101000 |
Color Harmonies of #1BAF93
Complementary color
Monochromatic Colors of #1BAF93
Black with #1BAF93
Text Example
Text Example
White with #1BAF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF93; }
p { color: rgb(27,175,147); }
H1.HeaderClassName
{
color: #1BAF93;
}
.AnyTagClassName
{
color: #1BAF93;
}
</style>
background-color css
<style>
a { background-color: #1BAF93; }
a { background-color: rgb(27,175,147); }
div.DivClassName
{
background-color: #1BAF93;
}
.BgClassName
{
background-color: #1BAF93;
}
</style>
border-color css
<style>
span { border-color: #1BAF93; }
span { border-color: rgb(27,175,147); }
td.TdClassName
{
border-color: #1BAF93;
}
.TagClassName
{
border-color: #1BAF93;
}
</style>