Shades of Sulu #BAE685
Tints of Sulu #BAE685
RGB
CMYK
RGB Variations
Color information
#BAE685 (or 0xBAE685) is known color: Sulu. HEX triplet: BA, E6 and 85. RGB value is (186,230,133). Sum of RGB (Red+Green+Blue) = 186+230+133=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE685 is #45197A. Grayscale: #CECECE. Windows color (decimal): -4528507 or 8775354. OLE color: 8775354.
HSL color Cylindrical-coordinate representation of color #BAE685: hue angle of 87.22º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE685 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 133 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.10 |
| HSL | 87.22º | 0.66% | 0.71% | - |
| HSV(B) | 87.22º | 0.42% | 0.9% | - |
| XYZ | 52.78 | 68.73 | 32.67 | - |
| YUV | 205.79 | 86.92 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 133 | 0.19 | 0 | 0.42 | 0.10 | 87.22 | 0.66 | 0.71 |
| Hex | BA | E6 | 85 | 13 | 0 | 2A | A | 57 | 42 | 47 |
| Octal | 272 | 346 | 205 | 23 | 0 | 52 | 12 | 127 | 102 | 107 |
| Binary | 10111010 | 11100110 | 10000101 | 10011 | 0 | 101010 | 1010 | 1010111 | 1000010 | 1000111 |
Color Harmonies of #BAE685
Complementary color
Monochromatic Colors of #BAE685
Black with #BAE685
Text Example
Text Example
White with #BAE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE685; }
p { color: rgb(186,230,133); }
H1.HeaderClassName
{
color: #BAE685;
}
.AnyTagClassName
{
color: #BAE685;
}
</style>
background-color css
<style>
a { background-color: #BAE685; }
a { background-color: rgb(186,230,133); }
div.DivClassName
{
background-color: #BAE685;
}
.BgClassName
{
background-color: #BAE685;
}
</style>
border-color css
<style>
span { border-color: #BAE685; }
span { border-color: rgb(186,230,133); }
td.TdClassName
{
border-color: #BAE685;
}
.TagClassName
{
border-color: #BAE685;
}
</style>