Shades of Eucalyptus #1BA566
Tints of Eucalyptus #1BA566
RGB
CMYK
RGB Variations
Color information
#1BA566 (or 0x1BA566) is known color: Eucalyptus. HEX triplet: 1B, A5 and 66. RGB value is (27,165,102). Sum of RGB (Red+Green+Blue) = 27+165+102=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA566 is #E45A99. Grayscale: #747474. Windows color (decimal): -14965402 or 6726939. OLE color: 6726939.
HSL color Cylindrical-coordinate representation of color #1BA566: hue angle of 152.61º 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 #1BA566 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 165 | 102 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.35 |
| HSL | 152.61º | 0.72% | 0.38% | - |
| HSV(B) | 152.61º | 0.84% | 0.65% | - |
| XYZ | 16.31 | 28.1 | 17.14 | - |
| YUV | 116.56 | 119.78 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 102 | 0.84 | 0 | 0.38 | 0.35 | 152.61 | 0.72 | 0.38 |
| Hex | 1B | A5 | 66 | 54 | 0 | 26 | 23 | 99 | 48 | 26 |
| Octal | 33 | 245 | 146 | 124 | 0 | 46 | 43 | 231 | 110 | 46 |
| Binary | 11011 | 10100101 | 1100110 | 1010100 | 0 | 100110 | 100011 | 10011001 | 1001000 | 100110 |
Color Harmonies of #1BA566
Complementary color
Monochromatic Colors of #1BA566
Black with #1BA566
Text Example
Text Example
White with #1BA566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA566; }
p { color: rgb(27,165,102); }
H1.HeaderClassName
{
color: #1BA566;
}
.AnyTagClassName
{
color: #1BA566;
}
</style>
background-color css
<style>
a { background-color: #1BA566; }
a { background-color: rgb(27,165,102); }
div.DivClassName
{
background-color: #1BA566;
}
.BgClassName
{
background-color: #1BA566;
}
</style>
border-color css
<style>
span { border-color: #1BA566; }
span { border-color: rgb(27,165,102); }
td.TdClassName
{
border-color: #1BA566;
}
.TagClassName
{
border-color: #1BA566;
}
</style>