Shades of Sulu #BAE68D
Tints of Sulu #BAE68D
RGB
CMYK
RGB Variations
Color information
#BAE68D (or 0xBAE68D) is known color: Sulu. HEX triplet: BA, E6 and 8D. RGB value is (186,230,141). Sum of RGB (Red+Green+Blue) = 186+230+141=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE68D is #451972. Grayscale: #CFCFCF. Windows color (decimal): -4528499 or 9299642. OLE color: 9299642.
HSL color Cylindrical-coordinate representation of color #BAE68D: hue angle of 89.66º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE68D is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 141 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.10 |
| HSL | 89.66º | 0.64% | 0.73% | - |
| HSV(B) | 89.66º | 0.39% | 0.9% | - |
| XYZ | 53.35 | 68.96 | 35.7 | - |
| YUV | 206.7 | 90.92 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 141 | 0.19 | 0 | 0.39 | 0.10 | 89.66 | 0.64 | 0.73 |
| Hex | BA | E6 | 8D | 13 | 0 | 27 | A | 5A | 40 | 49 |
| Octal | 272 | 346 | 215 | 23 | 0 | 47 | 12 | 132 | 100 | 111 |
| Binary | 10111010 | 11100110 | 10001101 | 10011 | 0 | 100111 | 1010 | 1011010 | 1000000 | 1001001 |
Color Harmonies of #BAE68D
Complementary color
Monochromatic Colors of #BAE68D
Black with #BAE68D
Text Example
Text Example
White with #BAE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE68D; }
p { color: rgb(186,230,141); }
H1.HeaderClassName
{
color: #BAE68D;
}
.AnyTagClassName
{
color: #BAE68D;
}
</style>
background-color css
<style>
a { background-color: #BAE68D; }
a { background-color: rgb(186,230,141); }
div.DivClassName
{
background-color: #BAE68D;
}
.BgClassName
{
background-color: #BAE68D;
}
</style>
border-color css
<style>
span { border-color: #BAE68D; }
span { border-color: rgb(186,230,141); }
td.TdClassName
{
border-color: #BAE68D;
}
.TagClassName
{
border-color: #BAE68D;
}
</style>