Shades of Sulu #BAE771
Tints of Sulu #BAE771
RGB
CMYK
RGB Variations
Color information
#BAE771 (or 0xBAE771) is known color: Sulu. HEX triplet: BA, E7 and 71. RGB value is (186,231,113). Sum of RGB (Red+Green+Blue) = 186+231+113=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE771 is #45188E. Grayscale: #CCCCCC. Windows color (decimal): -4528271 or 7464890. OLE color: 7464890.
HSL color Cylindrical-coordinate representation of color #BAE771: hue angle of 82.88º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAE771 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 113 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.09 |
| HSL | 82.88º | 0.71% | 0.67% | - |
| HSV(B) | 82.88º | 0.51% | 0.91% | - |
| XYZ | 51.81 | 68.78 | 26.17 | - |
| YUV | 204.09 | 76.59 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 113 | 0.19 | 0 | 0.51 | 0.09 | 82.88 | 0.71 | 0.67 |
| Hex | BA | E7 | 71 | 13 | 0 | 33 | 9 | 53 | 47 | 43 |
| Octal | 272 | 347 | 161 | 23 | 0 | 63 | 11 | 123 | 107 | 103 |
| Binary | 10111010 | 11100111 | 1110001 | 10011 | 0 | 110011 | 1001 | 1010011 | 1000111 | 1000011 |
Color Harmonies of #BAE771
Complementary color
Monochromatic Colors of #BAE771
Black with #BAE771
Text Example
Text Example
White with #BAE771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE771; }
p { color: rgb(186,231,113); }
H1.HeaderClassName
{
color: #BAE771;
}
.AnyTagClassName
{
color: #BAE771;
}
</style>
background-color css
<style>
a { background-color: #BAE771; }
a { background-color: rgb(186,231,113); }
div.DivClassName
{
background-color: #BAE771;
}
.BgClassName
{
background-color: #BAE771;
}
</style>
border-color css
<style>
span { border-color: #BAE771; }
span { border-color: rgb(186,231,113); }
td.TdClassName
{
border-color: #BAE771;
}
.TagClassName
{
border-color: #BAE771;
}
</style>