Shades of Sulu #BAE68B
Tints of Sulu #BAE68B
RGB
CMYK
RGB Variations
Color information
#BAE68B (or 0xBAE68B) is known color: Sulu. HEX triplet: BA, E6 and 8B. RGB value is (186,230,139). Sum of RGB (Red+Green+Blue) = 186+230+139=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE68B is #451974. Grayscale: #CECECE. Windows color (decimal): -4528501 or 9168570. OLE color: 9168570.
HSL color Cylindrical-coordinate representation of color #BAE68B: hue angle of 89.01º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAE68B is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 139 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.10 |
| HSL | 89.01º | 0.65% | 0.72% | - |
| HSV(B) | 89.01º | 0.4% | 0.9% | - |
| XYZ | 53.21 | 68.9 | 34.92 | - |
| YUV | 206.47 | 89.92 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 139 | 0.19 | 0 | 0.40 | 0.10 | 89.01 | 0.65 | 0.72 |
| Hex | BA | E6 | 8B | 13 | 0 | 28 | A | 59 | 41 | 48 |
| Octal | 272 | 346 | 213 | 23 | 0 | 50 | 12 | 131 | 101 | 110 |
| Binary | 10111010 | 11100110 | 10001011 | 10011 | 0 | 101000 | 1010 | 1011001 | 1000001 | 1001000 |
Color Harmonies of #BAE68B
Complementary color
Monochromatic Colors of #BAE68B
Black with #BAE68B
Text Example
Text Example
White with #BAE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE68B; }
p { color: rgb(186,230,139); }
H1.HeaderClassName
{
color: #BAE68B;
}
.AnyTagClassName
{
color: #BAE68B;
}
</style>
background-color css
<style>
a { background-color: #BAE68B; }
a { background-color: rgb(186,230,139); }
div.DivClassName
{
background-color: #BAE68B;
}
.BgClassName
{
background-color: #BAE68B;
}
</style>
border-color css
<style>
span { border-color: #BAE68B; }
span { border-color: rgb(186,230,139); }
td.TdClassName
{
border-color: #BAE68B;
}
.TagClassName
{
border-color: #BAE68B;
}
</style>