Shades of Eucalyptus #1BA663
Tints of Eucalyptus #1BA663
RGB
CMYK
RGB Variations
Color information
#1BA663 (or 0x1BA663) is known color: Eucalyptus. HEX triplet: 1B, A6 and 63. RGB value is (27,166,99). Sum of RGB (Red+Green+Blue) = 27+166+99=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 166 (65.23% from 255 or 56.85% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA663 is #E4599C. Grayscale: #747474. Windows color (decimal): -14965149 or 6530587. OLE color: 6530587.
HSL color Cylindrical-coordinate representation of color #1BA663: hue angle of 151.08º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA663 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 166 | 99 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.35 |
| HSL | 151.08º | 0.72% | 0.38% | - |
| HSV(B) | 151.08º | 0.84% | 0.65% | - |
| XYZ | 16.34 | 28.41 | 16.43 | - |
| YUV | 116.8 | 117.95 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 99 | 0.84 | 0 | 0.40 | 0.35 | 151.08 | 0.72 | 0.38 |
| Hex | 1B | A6 | 63 | 54 | 0 | 28 | 23 | 97 | 48 | 26 |
| Octal | 33 | 246 | 143 | 124 | 0 | 50 | 43 | 227 | 110 | 46 |
| Binary | 11011 | 10100110 | 1100011 | 1010100 | 0 | 101000 | 100011 | 10010111 | 1001000 | 100110 |
Color Harmonies of #1BA663
Complementary color
Monochromatic Colors of #1BA663
Black with #1BA663
Text Example
Text Example
White with #1BA663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA663; }
p { color: rgb(27,166,99); }
H1.HeaderClassName
{
color: #1BA663;
}
.AnyTagClassName
{
color: #1BA663;
}
</style>
background-color css
<style>
a { background-color: #1BA663; }
a { background-color: rgb(27,166,99); }
div.DivClassName
{
background-color: #1BA663;
}
.BgClassName
{
background-color: #1BA663;
}
</style>
border-color css
<style>
span { border-color: #1BA663; }
span { border-color: rgb(27,166,99); }
td.TdClassName
{
border-color: #1BA663;
}
.TagClassName
{
border-color: #1BA663;
}
</style>