Shades of Sulu #BAEC68
Tints of Sulu #BAEC68
RGB
CMYK
RGB Variations
Color information
#BAEC68 (or 0xBAEC68) is known color: Sulu. HEX triplet: BA, EC and 68. RGB value is (186,236,104). Sum of RGB (Red+Green+Blue) = 186+236+104=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC68 is #451397. Grayscale: #CECECE. Windows color (decimal): -4527000 or 6876346. OLE color: 6876346.
HSL color Cylindrical-coordinate representation of color #BAEC68: hue angle of 82.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAEC68 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 104 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.07 |
| HSL | 82.73º | 0.78% | 0.67% | - |
| HSV(B) | 82.73º | 0.56% | 0.93% | - |
| XYZ | 52.74 | 71.43 | 24.1 | - |
| YUV | 206 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 104 | 0.21 | 0 | 0.56 | 0.07 | 82.73 | 0.78 | 0.67 |
| Hex | BA | EC | 68 | 15 | 0 | 38 | 7 | 53 | 4E | 43 |
| Octal | 272 | 354 | 150 | 25 | 0 | 70 | 7 | 123 | 116 | 103 |
| Binary | 10111010 | 11101100 | 1101000 | 10101 | 0 | 111000 | 111 | 1010011 | 1001110 | 1000011 |
Color Harmonies of #BAEC68
Complementary color
Monochromatic Colors of #BAEC68
Black with #BAEC68
Text Example
Text Example
White with #BAEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC68; }
p { color: rgb(186,236,104); }
H1.HeaderClassName
{
color: #BAEC68;
}
.AnyTagClassName
{
color: #BAEC68;
}
</style>
background-color css
<style>
a { background-color: #BAEC68; }
a { background-color: rgb(186,236,104); }
div.DivClassName
{
background-color: #BAEC68;
}
.BgClassName
{
background-color: #BAEC68;
}
</style>
border-color css
<style>
span { border-color: #BAEC68; }
span { border-color: rgb(186,236,104); }
td.TdClassName
{
border-color: #BAEC68;
}
.TagClassName
{
border-color: #BAEC68;
}
</style>