Shades of Sulu #BAE38B
Tints of Sulu #BAE38B
RGB
CMYK
RGB Variations
Color information
#BAE38B (or 0xBAE38B) is known color: Sulu. HEX triplet: BA, E3 and 8B. RGB value is (186,227,139). Sum of RGB (Red+Green+Blue) = 186+227+139=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE38B is #451C74. Grayscale: #CDCDCD. Windows color (decimal): -4529269 or 9167802. OLE color: 9167802.
HSL color Cylindrical-coordinate representation of color #BAE38B: hue angle of 87.95º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE38B is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 139 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.11 |
| HSL | 87.95º | 0.61% | 0.72% | - |
| HSV(B) | 87.95º | 0.39% | 0.89% | - |
| XYZ | 52.38 | 67.24 | 34.64 | - |
| YUV | 204.71 | 90.92 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 139 | 0.18 | 0 | 0.39 | 0.11 | 87.95 | 0.61 | 0.72 |
| Hex | BA | E3 | 8B | 12 | 0 | 27 | B | 58 | 3D | 48 |
| Octal | 272 | 343 | 213 | 22 | 0 | 47 | 13 | 130 | 75 | 110 |
| Binary | 10111010 | 11100011 | 10001011 | 10010 | 0 | 100111 | 1011 | 1011000 | 111101 | 1001000 |
Color Harmonies of #BAE38B
Complementary color
Monochromatic Colors of #BAE38B
Black with #BAE38B
Text Example
Text Example
White with #BAE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE38B; }
p { color: rgb(186,227,139); }
H1.HeaderClassName
{
color: #BAE38B;
}
.AnyTagClassName
{
color: #BAE38B;
}
</style>
background-color css
<style>
a { background-color: #BAE38B; }
a { background-color: rgb(186,227,139); }
div.DivClassName
{
background-color: #BAE38B;
}
.BgClassName
{
background-color: #BAE38B;
}
</style>
border-color css
<style>
span { border-color: #BAE38B; }
span { border-color: rgb(186,227,139); }
td.TdClassName
{
border-color: #BAE38B;
}
.TagClassName
{
border-color: #BAE38B;
}
</style>