Shades of Sulu #BAEC6D
Tints of Sulu #BAEC6D
RGB
CMYK
RGB Variations
Color information
#BAEC6D (or 0xBAEC6D) is known color: Sulu. HEX triplet: BA, EC and 6D. RGB value is (186,236,109). Sum of RGB (Red+Green+Blue) = 186+236+109=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC6D is #451392. Grayscale: #CFCFCF. Windows color (decimal): -4526995 or 7204026. OLE color: 7204026.
HSL color Cylindrical-coordinate representation of color #BAEC6D: hue angle of 83.62º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAEC6D is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 109 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.07 |
| HSL | 83.62º | 0.77% | 0.68% | - |
| HSV(B) | 83.62º | 0.54% | 0.93% | - |
| XYZ | 53.01 | 71.53 | 25.48 | - |
| YUV | 206.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 109 | 0.21 | 0 | 0.54 | 0.07 | 83.62 | 0.77 | 0.68 |
| Hex | BA | EC | 6D | 15 | 0 | 36 | 7 | 54 | 4D | 44 |
| Octal | 272 | 354 | 155 | 25 | 0 | 66 | 7 | 124 | 115 | 104 |
| Binary | 10111010 | 11101100 | 1101101 | 10101 | 0 | 110110 | 111 | 1010100 | 1001101 | 1000100 |
Color Harmonies of #BAEC6D
Complementary color
Monochromatic Colors of #BAEC6D
Black with #BAEC6D
Text Example
Text Example
White with #BAEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC6D; }
p { color: rgb(186,236,109); }
H1.HeaderClassName
{
color: #BAEC6D;
}
.AnyTagClassName
{
color: #BAEC6D;
}
</style>
background-color css
<style>
a { background-color: #BAEC6D; }
a { background-color: rgb(186,236,109); }
div.DivClassName
{
background-color: #BAEC6D;
}
.BgClassName
{
background-color: #BAEC6D;
}
</style>
border-color css
<style>
span { border-color: #BAEC6D; }
span { border-color: rgb(186,236,109); }
td.TdClassName
{
border-color: #BAEC6D;
}
.TagClassName
{
border-color: #BAEC6D;
}
</style>