Shades of Sulu #BAE681
Tints of Sulu #BAE681
RGB
CMYK
RGB Variations
Color information
#BAE681 (or 0xBAE681) is known color: Sulu. HEX triplet: BA, E6 and 81. RGB value is (186,230,129). Sum of RGB (Red+Green+Blue) = 186+230+129=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE681 is #45197E. Grayscale: #CDCDCD. Windows color (decimal): -4528511 or 8513210. OLE color: 8513210.
HSL color Cylindrical-coordinate representation of color #BAE681: hue angle of 86.14º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAE681 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 129 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.10 |
| HSL | 86.14º | 0.67% | 0.7% | - |
| HSV(B) | 86.14º | 0.44% | 0.9% | - |
| XYZ | 52.51 | 68.62 | 31.25 | - |
| YUV | 205.33 | 84.92 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 129 | 0.19 | 0 | 0.44 | 0.10 | 86.14 | 0.67 | 0.7 |
| Hex | BA | E6 | 81 | 13 | 0 | 2C | A | 56 | 43 | 46 |
| Octal | 272 | 346 | 201 | 23 | 0 | 54 | 12 | 126 | 103 | 106 |
| Binary | 10111010 | 11100110 | 10000001 | 10011 | 0 | 101100 | 1010 | 1010110 | 1000011 | 1000110 |
Color Harmonies of #BAE681
Complementary color
Monochromatic Colors of #BAE681
Black with #BAE681
Text Example
Text Example
White with #BAE681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE681; }
p { color: rgb(186,230,129); }
H1.HeaderClassName
{
color: #BAE681;
}
.AnyTagClassName
{
color: #BAE681;
}
</style>
background-color css
<style>
a { background-color: #BAE681; }
a { background-color: rgb(186,230,129); }
div.DivClassName
{
background-color: #BAE681;
}
.BgClassName
{
background-color: #BAE681;
}
</style>
border-color css
<style>
span { border-color: #BAE681; }
span { border-color: rgb(186,230,129); }
td.TdClassName
{
border-color: #BAE681;
}
.TagClassName
{
border-color: #BAE681;
}
</style>