Shades of Sulu #BAE383
Tints of Sulu #BAE383
RGB
CMYK
RGB Variations
Color information
#BAE383 (or 0xBAE383) is known color: Sulu. HEX triplet: BA, E3 and 83. RGB value is (186,227,131). Sum of RGB (Red+Green+Blue) = 186+227+131=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE383 is #451C7C. Grayscale: #CCCCCC. Windows color (decimal): -4529277 or 8643514. OLE color: 8643514.
HSL color Cylindrical-coordinate representation of color #BAE383: hue angle of 85.62º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE383 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 131 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.11 |
| HSL | 85.62º | 0.63% | 0.7% | - |
| HSV(B) | 85.62º | 0.42% | 0.89% | - |
| XYZ | 51.82 | 67.02 | 31.68 | - |
| YUV | 203.8 | 86.92 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 131 | 0.18 | 0 | 0.42 | 0.11 | 85.62 | 0.63 | 0.7 |
| Hex | BA | E3 | 83 | 12 | 0 | 2A | B | 56 | 3F | 46 |
| Octal | 272 | 343 | 203 | 22 | 0 | 52 | 13 | 126 | 77 | 106 |
| Binary | 10111010 | 11100011 | 10000011 | 10010 | 0 | 101010 | 1011 | 1010110 | 111111 | 1000110 |
Color Harmonies of #BAE383
Complementary color
Monochromatic Colors of #BAE383
Black with #BAE383
Text Example
Text Example
White with #BAE383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE383; }
p { color: rgb(186,227,131); }
H1.HeaderClassName
{
color: #BAE383;
}
.AnyTagClassName
{
color: #BAE383;
}
</style>
background-color css
<style>
a { background-color: #BAE383; }
a { background-color: rgb(186,227,131); }
div.DivClassName
{
background-color: #BAE383;
}
.BgClassName
{
background-color: #BAE383;
}
</style>
border-color css
<style>
span { border-color: #BAE383; }
span { border-color: rgb(186,227,131); }
td.TdClassName
{
border-color: #BAE383;
}
.TagClassName
{
border-color: #BAE383;
}
</style>