Shades of Sulu #BAE869
Tints of Sulu #BAE869
RGB
CMYK
RGB Variations
Color information
#BAE869 (or 0xBAE869) is known color: Sulu. HEX triplet: BA, E8 and 69. RGB value is (186,232,105). Sum of RGB (Red+Green+Blue) = 186+232+105=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE869 is #451796. Grayscale: #CCCCCC. Windows color (decimal): -4528023 or 6940858. OLE color: 6940858.
HSL color Cylindrical-coordinate representation of color #BAE869: hue angle of 81.73º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAE869 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 105 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.09 |
| HSL | 81.73º | 0.73% | 0.66% | - |
| HSV(B) | 81.73º | 0.55% | 0.91% | - |
| XYZ | 51.66 | 69.17 | 23.99 | - |
| YUV | 203.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 105 | 0.20 | 0 | 0.55 | 0.09 | 81.73 | 0.73 | 0.66 |
| Hex | BA | E8 | 69 | 14 | 0 | 37 | 9 | 52 | 49 | 42 |
| Octal | 272 | 350 | 151 | 24 | 0 | 67 | 11 | 122 | 111 | 102 |
| Binary | 10111010 | 11101000 | 1101001 | 10100 | 0 | 110111 | 1001 | 1010010 | 1001001 | 1000010 |
Color Harmonies of #BAE869
Complementary color
Monochromatic Colors of #BAE869
Black with #BAE869
Text Example
Text Example
White with #BAE869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE869; }
p { color: rgb(186,232,105); }
H1.HeaderClassName
{
color: #BAE869;
}
.AnyTagClassName
{
color: #BAE869;
}
</style>
background-color css
<style>
a { background-color: #BAE869; }
a { background-color: rgb(186,232,105); }
div.DivClassName
{
background-color: #BAE869;
}
.BgClassName
{
background-color: #BAE869;
}
</style>
border-color css
<style>
span { border-color: #BAE869; }
span { border-color: rgb(186,232,105); }
td.TdClassName
{
border-color: #BAE869;
}
.TagClassName
{
border-color: #BAE869;
}
</style>