Shades of Mountain Meadow #1BBD73
Tints of Mountain Meadow #1BBD73
RGB
CMYK
RGB Variations
Color information
#1BBD73 (or 0x1BBD73) is known color: Mountain Meadow. HEX triplet: 1B, BD and 73. RGB value is (27,189,115). Sum of RGB (Red+Green+Blue) = 27+189+115=331 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.16% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #1BBD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBD73 is #E4428C. Grayscale: #848484. Windows color (decimal): -14959245 or 7585051. OLE color: 7585051.
HSL color Cylindrical-coordinate representation of color #1BBD73: hue angle of 152.59º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBD73 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 189 | 115 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.26 |
| HSL | 152.59º | 0.75% | 0.42% | - |
| HSV(B) | 152.59º | 0.86% | 0.74% | - |
| XYZ | 21.74 | 37.87 | 22.38 | - |
| YUV | 132.13 | 118.33 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 115 | 0.86 | 0 | 0.39 | 0.26 | 152.59 | 0.75 | 0.42 |
| Hex | 1B | BD | 73 | 56 | 0 | 27 | 1A | 99 | 4B | 2A |
| Octal | 33 | 275 | 163 | 126 | 0 | 47 | 32 | 231 | 113 | 52 |
| Binary | 11011 | 10111101 | 1110011 | 1010110 | 0 | 100111 | 11010 | 10011001 | 1001011 | 101010 |
Color Harmonies of #1BBD73
Complementary color
Monochromatic Colors of #1BBD73
Black with #1BBD73
Text Example
Text Example
White with #1BBD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBD73; }
p { color: rgb(27,189,115); }
H1.HeaderClassName
{
color: #1BBD73;
}
.AnyTagClassName
{
color: #1BBD73;
}
</style>
background-color css
<style>
a { background-color: #1BBD73; }
a { background-color: rgb(27,189,115); }
div.DivClassName
{
background-color: #1BBD73;
}
.BgClassName
{
background-color: #1BBD73;
}
</style>
border-color css
<style>
span { border-color: #1BBD73; }
span { border-color: rgb(27,189,115); }
td.TdClassName
{
border-color: #1BBD73;
}
.TagClassName
{
border-color: #1BBD73;
}
</style>