Shades of Sulu #BAE38E
Tints of Sulu #BAE38E
RGB
CMYK
RGB Variations
Color information
#BAE38E (or 0xBAE38E) is known color: Sulu. HEX triplet: BA, E3 and 8E. RGB value is (186,227,142). Sum of RGB (Red+Green+Blue) = 186+227+142=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE38E is #451C71. Grayscale: #CDCDCD. Windows color (decimal): -4529266 or 9364410. OLE color: 9364410.
HSL color Cylindrical-coordinate representation of color #BAE38E: hue angle of 88.94º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAE38E is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 142 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.11 |
| HSL | 88.94º | 0.6% | 0.72% | - |
| HSV(B) | 88.94º | 0.37% | 0.89% | - |
| XYZ | 52.6 | 67.33 | 35.81 | - |
| YUV | 205.05 | 92.42 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 142 | 0.18 | 0 | 0.37 | 0.11 | 88.94 | 0.6 | 0.72 |
| Hex | BA | E3 | 8E | 12 | 0 | 25 | B | 59 | 3C | 48 |
| Octal | 272 | 343 | 216 | 22 | 0 | 45 | 13 | 131 | 74 | 110 |
| Binary | 10111010 | 11100011 | 10001110 | 10010 | 0 | 100101 | 1011 | 1011001 | 111100 | 1001000 |
Color Harmonies of #BAE38E
Complementary color
Monochromatic Colors of #BAE38E
Black with #BAE38E
Text Example
Text Example
White with #BAE38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE38E; }
p { color: rgb(186,227,142); }
H1.HeaderClassName
{
color: #BAE38E;
}
.AnyTagClassName
{
color: #BAE38E;
}
</style>
background-color css
<style>
a { background-color: #BAE38E; }
a { background-color: rgb(186,227,142); }
div.DivClassName
{
background-color: #BAE38E;
}
.BgClassName
{
background-color: #BAE38E;
}
</style>
border-color css
<style>
span { border-color: #BAE38E; }
span { border-color: rgb(186,227,142); }
td.TdClassName
{
border-color: #BAE38E;
}
.TagClassName
{
border-color: #BAE38E;
}
</style>