Shades of Sulu #BAE878
Tints of Sulu #BAE878
RGB
CMYK
RGB Variations
Color information
#BAE878 (or 0xBAE878) is known color: Sulu. HEX triplet: BA, E8 and 78. RGB value is (186,232,120). Sum of RGB (Red+Green+Blue) = 186+232+120=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE878 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE878 is #451787. Grayscale: #CDCDCD. Windows color (decimal): -4528008 or 7923898. OLE color: 7923898.
HSL color Cylindrical-coordinate representation of color #BAE878: hue angle of 84.64º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAE878 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 120 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.09 |
| HSL | 84.64º | 0.71% | 0.69% | - |
| HSV(B) | 84.64º | 0.48% | 0.91% | - |
| XYZ | 52.5 | 69.51 | 28.42 | - |
| YUV | 205.48 | 79.76 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 120 | 0.20 | 0 | 0.48 | 0.09 | 84.64 | 0.71 | 0.69 |
| Hex | BA | E8 | 78 | 14 | 0 | 30 | 9 | 55 | 47 | 45 |
| Octal | 272 | 350 | 170 | 24 | 0 | 60 | 11 | 125 | 107 | 105 |
| Binary | 10111010 | 11101000 | 1111000 | 10100 | 0 | 110000 | 1001 | 1010101 | 1000111 | 1000101 |
Color Harmonies of #BAE878
Complementary color
Monochromatic Colors of #BAE878
Black with #BAE878
Text Example
Text Example
White with #BAE878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE878; }
p { color: rgb(186,232,120); }
H1.HeaderClassName
{
color: #BAE878;
}
.AnyTagClassName
{
color: #BAE878;
}
</style>
background-color css
<style>
a { background-color: #BAE878; }
a { background-color: rgb(186,232,120); }
div.DivClassName
{
background-color: #BAE878;
}
.BgClassName
{
background-color: #BAE878;
}
</style>
border-color css
<style>
span { border-color: #BAE878; }
span { border-color: rgb(186,232,120); }
td.TdClassName
{
border-color: #BAE878;
}
.TagClassName
{
border-color: #BAE878;
}
</style>