Shades of Sulu #BAE373
Tints of Sulu #BAE373
RGB
CMYK
RGB Variations
Color information
#BAE373 (or 0xBAE373) is known color: Sulu. HEX triplet: BA, E3 and 73. RGB value is (186,227,115). Sum of RGB (Red+Green+Blue) = 186+227+115=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE373 is #451C8C. Grayscale: #CACACA. Windows color (decimal): -4529293 or 7594938. OLE color: 7594938.
HSL color Cylindrical-coordinate representation of color #BAE373: hue angle of 81.96º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAE373 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 115 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.11 |
| HSL | 81.96º | 0.67% | 0.67% | - |
| HSV(B) | 81.96º | 0.49% | 0.89% | - |
| XYZ | 50.81 | 66.62 | 26.4 | - |
| YUV | 201.97 | 78.92 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 115 | 0.18 | 0 | 0.49 | 0.11 | 81.96 | 0.67 | 0.67 |
| Hex | BA | E3 | 73 | 12 | 0 | 31 | B | 52 | 43 | 43 |
| Octal | 272 | 343 | 163 | 22 | 0 | 61 | 13 | 122 | 103 | 103 |
| Binary | 10111010 | 11100011 | 1110011 | 10010 | 0 | 110001 | 1011 | 1010010 | 1000011 | 1000011 |
Color Harmonies of #BAE373
Complementary color
Monochromatic Colors of #BAE373
Black with #BAE373
Text Example
Text Example
White with #BAE373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE373; }
p { color: rgb(186,227,115); }
H1.HeaderClassName
{
color: #BAE373;
}
.AnyTagClassName
{
color: #BAE373;
}
</style>
background-color css
<style>
a { background-color: #BAE373; }
a { background-color: rgb(186,227,115); }
div.DivClassName
{
background-color: #BAE373;
}
.BgClassName
{
background-color: #BAE373;
}
</style>
border-color css
<style>
span { border-color: #BAE373; }
span { border-color: rgb(186,227,115); }
td.TdClassName
{
border-color: #BAE373;
}
.TagClassName
{
border-color: #BAE373;
}
</style>