Shades of Mountain Meadow #1BA382
Tints of Mountain Meadow #1BA382
RGB
CMYK
RGB Variations
Color information
#1BA382 (or 0x1BA382) is known color: Mountain Meadow. HEX triplet: 1B, A3 and 82. RGB value is (27,163,130). Sum of RGB (Red+Green+Blue) = 27+163+130=320 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.44% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA382 is #E45C7D. Grayscale: #767676. Windows color (decimal): -14965886 or 8561435. OLE color: 8561435.
HSL color Cylindrical-coordinate representation of color #1BA382: hue angle of 165.44º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA382 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 163 | 130 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.36 |
| HSL | 165.44º | 0.72% | 0.37% | - |
| HSV(B) | 165.44º | 0.83% | 0.64% | - |
| XYZ | 17.58 | 28.04 | 25.6 | - |
| YUV | 118.57 | 134.44 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 163 | 130 | 0.83 | 0 | 0.20 | 0.36 | 165.44 | 0.72 | 0.37 |
| Hex | 1B | A3 | 82 | 53 | 0 | 14 | 24 | A5 | 48 | 25 |
| Octal | 33 | 243 | 202 | 123 | 0 | 24 | 44 | 245 | 110 | 45 |
| Binary | 11011 | 10100011 | 10000010 | 1010011 | 0 | 10100 | 100100 | 10100101 | 1001000 | 100101 |
Color Harmonies of #1BA382
Complementary color
Monochromatic Colors of #1BA382
Black with #1BA382
Text Example
Text Example
White with #1BA382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA382; }
p { color: rgb(27,163,130); }
H1.HeaderClassName
{
color: #1BA382;
}
.AnyTagClassName
{
color: #1BA382;
}
</style>
background-color css
<style>
a { background-color: #1BA382; }
a { background-color: rgb(27,163,130); }
div.DivClassName
{
background-color: #1BA382;
}
.BgClassName
{
background-color: #1BA382;
}
</style>
border-color css
<style>
span { border-color: #1BA382; }
span { border-color: rgb(27,163,130); }
td.TdClassName
{
border-color: #1BA382;
}
.TagClassName
{
border-color: #1BA382;
}
</style>