Shades of Sulu #BAEC6B
Tints of Sulu #BAEC6B
RGB
CMYK
RGB Variations
Color information
#BAEC6B (or 0xBAEC6B) is known color: Sulu. HEX triplet: BA, EC and 6B. RGB value is (186,236,107). Sum of RGB (Red+Green+Blue) = 186+236+107=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC6B is #451394. Grayscale: #CECECE. Windows color (decimal): -4526997 or 7072954. OLE color: 7072954.
HSL color Cylindrical-coordinate representation of color #BAEC6B: hue angle of 83.26º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAEC6B is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 107 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.07 |
| HSL | 83.26º | 0.77% | 0.67% | - |
| HSV(B) | 83.26º | 0.55% | 0.93% | - |
| XYZ | 52.9 | 71.49 | 24.92 | - |
| YUV | 206.34 | 71.94 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 107 | 0.21 | 0 | 0.55 | 0.07 | 83.26 | 0.77 | 0.67 |
| Hex | BA | EC | 6B | 15 | 0 | 37 | 7 | 53 | 4D | 43 |
| Octal | 272 | 354 | 153 | 25 | 0 | 67 | 7 | 123 | 115 | 103 |
| Binary | 10111010 | 11101100 | 1101011 | 10101 | 0 | 110111 | 111 | 1010011 | 1001101 | 1000011 |
Color Harmonies of #BAEC6B
Complementary color
Monochromatic Colors of #BAEC6B
Black with #BAEC6B
Text Example
Text Example
White with #BAEC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC6B; }
p { color: rgb(186,236,107); }
H1.HeaderClassName
{
color: #BAEC6B;
}
.AnyTagClassName
{
color: #BAEC6B;
}
</style>
background-color css
<style>
a { background-color: #BAEC6B; }
a { background-color: rgb(186,236,107); }
div.DivClassName
{
background-color: #BAEC6B;
}
.BgClassName
{
background-color: #BAEC6B;
}
</style>
border-color css
<style>
span { border-color: #BAEC6B; }
span { border-color: rgb(186,236,107); }
td.TdClassName
{
border-color: #BAEC6B;
}
.TagClassName
{
border-color: #BAEC6B;
}
</style>