Shades of Sulu #BAE977
Tints of Sulu #BAE977
RGB
CMYK
RGB Variations
Color information
#BAE977 (or 0xBAE977) is known color: Sulu. HEX triplet: BA, E9 and 77. RGB value is (186,233,119). Sum of RGB (Red+Green+Blue) = 186+233+119=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE977 is #451688. Grayscale: #CECECE. Windows color (decimal): -4527753 or 7858618. OLE color: 7858618.
HSL color Cylindrical-coordinate representation of color #BAE977: hue angle of 84.74º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAE977 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 119 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.09 |
| HSL | 84.74º | 0.72% | 0.69% | - |
| HSV(B) | 84.74º | 0.49% | 0.91% | - |
| XYZ | 52.72 | 70.05 | 28.19 | - |
| YUV | 205.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 119 | 0.20 | 0 | 0.49 | 0.09 | 84.74 | 0.72 | 0.69 |
| Hex | BA | E9 | 77 | 14 | 0 | 31 | 9 | 55 | 48 | 45 |
| Octal | 272 | 351 | 167 | 24 | 0 | 61 | 11 | 125 | 110 | 105 |
| Binary | 10111010 | 11101001 | 1110111 | 10100 | 0 | 110001 | 1001 | 1010101 | 1001000 | 1000101 |
Color Harmonies of #BAE977
Complementary color
Monochromatic Colors of #BAE977
Black with #BAE977
Text Example
Text Example
White with #BAE977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE977; }
p { color: rgb(186,233,119); }
H1.HeaderClassName
{
color: #BAE977;
}
.AnyTagClassName
{
color: #BAE977;
}
</style>
background-color css
<style>
a { background-color: #BAE977; }
a { background-color: rgb(186,233,119); }
div.DivClassName
{
background-color: #BAE977;
}
.BgClassName
{
background-color: #BAE977;
}
</style>
border-color css
<style>
span { border-color: #BAE977; }
span { border-color: rgb(186,233,119); }
td.TdClassName
{
border-color: #BAE977;
}
.TagClassName
{
border-color: #BAE977;
}
</style>