Shades of Sulu #BAE17B
Tints of Sulu #BAE17B
RGB
CMYK
RGB Variations
Color information
#BAE17B (or 0xBAE17B) is known color: Sulu. HEX triplet: BA, E1 and 7B. RGB value is (186,225,123). Sum of RGB (Red+Green+Blue) = 186+225+123=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE17B is #451E84. Grayscale: #CACACA. Windows color (decimal): -4529797 or 8118714. OLE color: 8118714.
HSL color Cylindrical-coordinate representation of color #BAE17B: hue angle of 82.94º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAE17B is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 123 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.12 |
| HSL | 82.94º | 0.63% | 0.68% | - |
| HSV(B) | 82.94º | 0.45% | 0.88% | - |
| XYZ | 50.75 | 65.72 | 28.75 | - |
| YUV | 201.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 123 | 0.17 | 0 | 0.45 | 0.12 | 82.94 | 0.63 | 0.68 |
| Hex | BA | E1 | 7B | 11 | 0 | 2D | C | 53 | 3F | 44 |
| Octal | 272 | 341 | 173 | 21 | 0 | 55 | 14 | 123 | 77 | 104 |
| Binary | 10111010 | 11100001 | 1111011 | 10001 | 0 | 101101 | 1100 | 1010011 | 111111 | 1000100 |
Color Harmonies of #BAE17B
Complementary color
Monochromatic Colors of #BAE17B
Black with #BAE17B
Text Example
Text Example
White with #BAE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE17B; }
p { color: rgb(186,225,123); }
H1.HeaderClassName
{
color: #BAE17B;
}
.AnyTagClassName
{
color: #BAE17B;
}
</style>
background-color css
<style>
a { background-color: #BAE17B; }
a { background-color: rgb(186,225,123); }
div.DivClassName
{
background-color: #BAE17B;
}
.BgClassName
{
background-color: #BAE17B;
}
</style>
border-color css
<style>
span { border-color: #BAE17B; }
span { border-color: rgb(186,225,123); }
td.TdClassName
{
border-color: #BAE17B;
}
.TagClassName
{
border-color: #BAE17B;
}
</style>