Shades of Eucalyptus #1BA85B
Tints of Eucalyptus #1BA85B
RGB
CMYK
RGB Variations
Color information
#1BA85B (or 0x1BA85B) is known color: Eucalyptus. HEX triplet: 1B, A8 and 5B. RGB value is (27,168,91). Sum of RGB (Red+Green+Blue) = 27+168+91=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 168 (66.02% from 255 or 58.74% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 168 - color contains mainly: green. Hex color #1BA85B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA85B is #E457A4. Grayscale: #757575. Windows color (decimal): -14964645 or 6006811. OLE color: 6006811.
HSL color Cylindrical-coordinate representation of color #1BA85B: hue angle of 147.23º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA85B is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 168 | 91 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.34 |
| HSL | 147.23º | 0.72% | 0.38% | - |
| HSV(B) | 147.23º | 0.84% | 0.66% | - |
| XYZ | 16.34 | 28.99 | 14.63 | - |
| YUV | 117.06 | 113.29 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 168 | 91 | 0.84 | 0 | 0.46 | 0.34 | 147.23 | 0.72 | 0.38 |
| Hex | 1B | A8 | 5B | 54 | 0 | 2E | 22 | 93 | 48 | 26 |
| Octal | 33 | 250 | 133 | 124 | 0 | 56 | 42 | 223 | 110 | 46 |
| Binary | 11011 | 10101000 | 1011011 | 1010100 | 0 | 101110 | 100010 | 10010011 | 1001000 | 100110 |
Color Harmonies of #1BA85B
Complementary color
Monochromatic Colors of #1BA85B
Black with #1BA85B
Text Example
Text Example
White with #1BA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA85B; }
p { color: rgb(27,168,91); }
H1.HeaderClassName
{
color: #1BA85B;
}
.AnyTagClassName
{
color: #1BA85B;
}
</style>
background-color css
<style>
a { background-color: #1BA85B; }
a { background-color: rgb(27,168,91); }
div.DivClassName
{
background-color: #1BA85B;
}
.BgClassName
{
background-color: #1BA85B;
}
</style>
border-color css
<style>
span { border-color: #1BA85B; }
span { border-color: rgb(27,168,91); }
td.TdClassName
{
border-color: #1BA85B;
}
.TagClassName
{
border-color: #1BA85B;
}
</style>