Shades of Sulu #BAE680
Tints of Sulu #BAE680
RGB
CMYK
RGB Variations
Color information
#BAE680 (or 0xBAE680) is known color: Sulu. HEX triplet: BA, E6 and 80. RGB value is (186,230,128). Sum of RGB (Red+Green+Blue) = 186+230+128=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE680 is #45197F. Grayscale: #CDCDCD. Windows color (decimal): -4528512 or 8447674. OLE color: 8447674.
HSL color Cylindrical-coordinate representation of color #BAE680: hue angle of 85.88º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAE680 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 128 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.10 |
| HSL | 85.88º | 0.67% | 0.7% | - |
| HSV(B) | 85.88º | 0.44% | 0.9% | - |
| XYZ | 52.44 | 68.59 | 30.9 | - |
| YUV | 205.22 | 84.42 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 128 | 0.19 | 0 | 0.44 | 0.10 | 85.88 | 0.67 | 0.7 |
| Hex | BA | E6 | 80 | 13 | 0 | 2C | A | 56 | 43 | 46 |
| Octal | 272 | 346 | 200 | 23 | 0 | 54 | 12 | 126 | 103 | 106 |
| Binary | 10111010 | 11100110 | 10000000 | 10011 | 0 | 101100 | 1010 | 1010110 | 1000011 | 1000110 |
Color Harmonies of #BAE680
Complementary color
Monochromatic Colors of #BAE680
Black with #BAE680
Text Example
Text Example
White with #BAE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE680; }
p { color: rgb(186,230,128); }
H1.HeaderClassName
{
color: #BAE680;
}
.AnyTagClassName
{
color: #BAE680;
}
</style>
background-color css
<style>
a { background-color: #BAE680; }
a { background-color: rgb(186,230,128); }
div.DivClassName
{
background-color: #BAE680;
}
.BgClassName
{
background-color: #BAE680;
}
</style>
border-color css
<style>
span { border-color: #BAE680; }
span { border-color: rgb(186,230,128); }
td.TdClassName
{
border-color: #BAE680;
}
.TagClassName
{
border-color: #BAE680;
}
</style>