Shades of Sulu #BAE385
Tints of Sulu #BAE385
RGB
CMYK
RGB Variations
Color information
#BAE385 (or 0xBAE385) is known color: Sulu. HEX triplet: BA, E3 and 85. RGB value is (186,227,133). Sum of RGB (Red+Green+Blue) = 186+227+133=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE385 is #451C7A. Grayscale: #CCCCCC. Windows color (decimal): -4529275 or 8774586. OLE color: 8774586.
HSL color Cylindrical-coordinate representation of color #BAE385: hue angle of 86.17º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAE385 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 133 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.11 |
| HSL | 86.17º | 0.63% | 0.71% | - |
| HSV(B) | 86.17º | 0.41% | 0.89% | - |
| XYZ | 51.95 | 67.07 | 32.4 | - |
| YUV | 204.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 133 | 0.18 | 0 | 0.41 | 0.11 | 86.17 | 0.63 | 0.71 |
| Hex | BA | E3 | 85 | 12 | 0 | 29 | B | 56 | 3F | 47 |
| Octal | 272 | 343 | 205 | 22 | 0 | 51 | 13 | 126 | 77 | 107 |
| Binary | 10111010 | 11100011 | 10000101 | 10010 | 0 | 101001 | 1011 | 1010110 | 111111 | 1000111 |
Color Harmonies of #BAE385
Complementary color
Monochromatic Colors of #BAE385
Black with #BAE385
Text Example
Text Example
White with #BAE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE385; }
p { color: rgb(186,227,133); }
H1.HeaderClassName
{
color: #BAE385;
}
.AnyTagClassName
{
color: #BAE385;
}
</style>
background-color css
<style>
a { background-color: #BAE385; }
a { background-color: rgb(186,227,133); }
div.DivClassName
{
background-color: #BAE385;
}
.BgClassName
{
background-color: #BAE385;
}
</style>
border-color css
<style>
span { border-color: #BAE385; }
span { border-color: rgb(186,227,133); }
td.TdClassName
{
border-color: #BAE385;
}
.TagClassName
{
border-color: #BAE385;
}
</style>