Shades of Sulu #BAE38D
Tints of Sulu #BAE38D
RGB
CMYK
RGB Variations
Color information
#BAE38D (or 0xBAE38D) is known color: Sulu. HEX triplet: BA, E3 and 8D. RGB value is (186,227,141). Sum of RGB (Red+Green+Blue) = 186+227+141=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE38D is #451C72. Grayscale: #CDCDCD. Windows color (decimal): -4529267 or 9298874. OLE color: 9298874.
HSL color Cylindrical-coordinate representation of color #BAE38D: hue angle of 88.6º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAE38D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 141 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.11 |
| HSL | 88.6º | 0.61% | 0.72% | - |
| HSV(B) | 88.6º | 0.38% | 0.89% | - |
| XYZ | 52.53 | 67.3 | 35.42 | - |
| YUV | 204.94 | 91.92 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 141 | 0.18 | 0 | 0.38 | 0.11 | 88.6 | 0.61 | 0.72 |
| Hex | BA | E3 | 8D | 12 | 0 | 26 | B | 59 | 3D | 48 |
| Octal | 272 | 343 | 215 | 22 | 0 | 46 | 13 | 131 | 75 | 110 |
| Binary | 10111010 | 11100011 | 10001101 | 10010 | 0 | 100110 | 1011 | 1011001 | 111101 | 1001000 |
Color Harmonies of #BAE38D
Complementary color
Monochromatic Colors of #BAE38D
Black with #BAE38D
Text Example
Text Example
White with #BAE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE38D; }
p { color: rgb(186,227,141); }
H1.HeaderClassName
{
color: #BAE38D;
}
.AnyTagClassName
{
color: #BAE38D;
}
</style>
background-color css
<style>
a { background-color: #BAE38D; }
a { background-color: rgb(186,227,141); }
div.DivClassName
{
background-color: #BAE38D;
}
.BgClassName
{
background-color: #BAE38D;
}
</style>
border-color css
<style>
span { border-color: #BAE38D; }
span { border-color: rgb(186,227,141); }
td.TdClassName
{
border-color: #BAE38D;
}
.TagClassName
{
border-color: #BAE38D;
}
</style>