Shades of Sulu #BAE38F
Tints of Sulu #BAE38F
RGB
CMYK
RGB Variations
Color information
#BAE38F (or 0xBAE38F) is known color: Sulu. HEX triplet: BA, E3 and 8F. RGB value is (186,227,143). Sum of RGB (Red+Green+Blue) = 186+227+143=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE38F is #451C70. Grayscale: #CDCDCD. Windows color (decimal): -4529265 or 9429946. OLE color: 9429946.
HSL color Cylindrical-coordinate representation of color #BAE38F: hue angle of 89.29º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAE38F is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 143 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.11 |
| HSL | 89.29º | 0.6% | 0.73% | - |
| HSV(B) | 89.29º | 0.37% | 0.89% | - |
| XYZ | 52.68 | 67.36 | 36.21 | - |
| YUV | 205.17 | 92.92 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 143 | 0.18 | 0 | 0.37 | 0.11 | 89.29 | 0.6 | 0.73 |
| Hex | BA | E3 | 8F | 12 | 0 | 25 | B | 59 | 3C | 49 |
| Octal | 272 | 343 | 217 | 22 | 0 | 45 | 13 | 131 | 74 | 111 |
| Binary | 10111010 | 11100011 | 10001111 | 10010 | 0 | 100101 | 1011 | 1011001 | 111100 | 1001001 |
Color Harmonies of #BAE38F
Complementary color
Monochromatic Colors of #BAE38F
Black with #BAE38F
Text Example
Text Example
White with #BAE38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE38F; }
p { color: rgb(186,227,143); }
H1.HeaderClassName
{
color: #BAE38F;
}
.AnyTagClassName
{
color: #BAE38F;
}
</style>
background-color css
<style>
a { background-color: #BAE38F; }
a { background-color: rgb(186,227,143); }
div.DivClassName
{
background-color: #BAE38F;
}
.BgClassName
{
background-color: #BAE38F;
}
</style>
border-color css
<style>
span { border-color: #BAE38F; }
span { border-color: rgb(186,227,143); }
td.TdClassName
{
border-color: #BAE38F;
}
.TagClassName
{
border-color: #BAE38F;
}
</style>