Shades of Mountain Meadow #1BAD83
Tints of Mountain Meadow #1BAD83
RGB
CMYK
RGB Variations
Color information
#1BAD83 (or 0x1BAD83) is known color: Mountain Meadow. HEX triplet: 1B, AD and 83. RGB value is (27,173,131). Sum of RGB (Red+Green+Blue) = 27+173+131=331 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.16% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAD83 is #E4527C. Grayscale: #7C7C7C. Windows color (decimal): -14963325 or 8629531. OLE color: 8629531.
HSL color Cylindrical-coordinate representation of color #1BAD83: hue angle of 162.74º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAD83 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 173 | 131 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.32 |
| HSL | 162.74º | 0.73% | 0.39% | - |
| HSV(B) | 162.74º | 0.84% | 0.68% | - |
| XYZ | 19.49 | 31.76 | 26.58 | - |
| YUV | 124.56 | 131.63 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 131 | 0.84 | 0 | 0.24 | 0.32 | 162.74 | 0.73 | 0.39 |
| Hex | 1B | AD | 83 | 54 | 0 | 18 | 20 | A3 | 49 | 27 |
| Octal | 33 | 255 | 203 | 124 | 0 | 30 | 40 | 243 | 111 | 47 |
| Binary | 11011 | 10101101 | 10000011 | 1010100 | 0 | 11000 | 100000 | 10100011 | 1001001 | 100111 |
Color Harmonies of #1BAD83
Complementary color
Monochromatic Colors of #1BAD83
Black with #1BAD83
Text Example
Text Example
White with #1BAD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAD83; }
p { color: rgb(27,173,131); }
H1.HeaderClassName
{
color: #1BAD83;
}
.AnyTagClassName
{
color: #1BAD83;
}
</style>
background-color css
<style>
a { background-color: #1BAD83; }
a { background-color: rgb(27,173,131); }
div.DivClassName
{
background-color: #1BAD83;
}
.BgClassName
{
background-color: #1BAD83;
}
</style>
border-color css
<style>
span { border-color: #1BAD83; }
span { border-color: rgb(27,173,131); }
td.TdClassName
{
border-color: #1BAD83;
}
.TagClassName
{
border-color: #1BAD83;
}
</style>