Shades of Sulu #BAE973
Tints of Sulu #BAE973
RGB
CMYK
RGB Variations
Color information
#BAE973 (or 0xBAE973) is known color: Sulu. HEX triplet: BA, E9 and 73. RGB value is (186,233,115). Sum of RGB (Red+Green+Blue) = 186+233+115=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE973 is #45168C. Grayscale: #CDCDCD. Windows color (decimal): -4527757 or 7596474. OLE color: 7596474.
HSL color Cylindrical-coordinate representation of color #BAE973: hue angle of 83.9º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAE973 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 115 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.09 |
| HSL | 83.9º | 0.73% | 0.68% | - |
| HSV(B) | 83.9º | 0.51% | 0.91% | - |
| XYZ | 52.48 | 69.95 | 26.96 | - |
| YUV | 205.5 | 76.93 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 115 | 0.20 | 0 | 0.51 | 0.09 | 83.9 | 0.73 | 0.68 |
| Hex | BA | E9 | 73 | 14 | 0 | 33 | 9 | 54 | 49 | 44 |
| Octal | 272 | 351 | 163 | 24 | 0 | 63 | 11 | 124 | 111 | 104 |
| Binary | 10111010 | 11101001 | 1110011 | 10100 | 0 | 110011 | 1001 | 1010100 | 1001001 | 1000100 |
Color Harmonies of #BAE973
Complementary color
Monochromatic Colors of #BAE973
Black with #BAE973
Text Example
Text Example
White with #BAE973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE973; }
p { color: rgb(186,233,115); }
H1.HeaderClassName
{
color: #BAE973;
}
.AnyTagClassName
{
color: #BAE973;
}
</style>
background-color css
<style>
a { background-color: #BAE973; }
a { background-color: rgb(186,233,115); }
div.DivClassName
{
background-color: #BAE973;
}
.BgClassName
{
background-color: #BAE973;
}
</style>
border-color css
<style>
span { border-color: #BAE973; }
span { border-color: rgb(186,233,115); }
td.TdClassName
{
border-color: #BAE973;
}
.TagClassName
{
border-color: #BAE973;
}
</style>