Shades of Sulu #BAEB8D
Tints of Sulu #BAEB8D
RGB
CMYK
RGB Variations
Color information
#BAEB8D (or 0xBAEB8D) is known color: Sulu. HEX triplet: BA, EB and 8D. RGB value is (186,235,141). Sum of RGB (Red+Green+Blue) = 186+235+141=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEB8D is #451472. Grayscale: #D1D1D1. Windows color (decimal): -4527219 or 9300922. OLE color: 9300922.
HSL color Cylindrical-coordinate representation of color #BAEB8D: hue angle of 91.28º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAEB8D is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 141 | - |
| CMYK | 0.21 | 0 | 0.4 | 0.08 |
| HSL | 91.28º | 0.7% | 0.74% | - |
| HSV(B) | 91.28º | 0.4% | 0.92% | - |
| XYZ | 54.77 | 71.78 | 36.17 | - |
| YUV | 209.63 | 89.27 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 141 | 0.21 | 0 | 0.4 | 0.08 | 91.28 | 0.7 | 0.74 |
| Hex | BA | EB | 8D | 15 | 0 | 28 | 8 | 5B | 46 | 4A |
| Octal | 272 | 353 | 215 | 25 | 0 | 50 | 10 | 133 | 106 | 112 |
| Binary | 10111010 | 11101011 | 10001101 | 10101 | 0 | 101000 | 1000 | 1011011 | 1000110 | 1001010 |
Color Harmonies of #BAEB8D
Complementary color
Monochromatic Colors of #BAEB8D
Black with #BAEB8D
Text Example
Text Example
White with #BAEB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEB8D; }
p { color: rgb(186,235,141); }
H1.HeaderClassName
{
color: #BAEB8D;
}
.AnyTagClassName
{
color: #BAEB8D;
}
</style>
background-color css
<style>
a { background-color: #BAEB8D; }
a { background-color: rgb(186,235,141); }
div.DivClassName
{
background-color: #BAEB8D;
}
.BgClassName
{
background-color: #BAEB8D;
}
</style>
border-color css
<style>
span { border-color: #BAEB8D; }
span { border-color: rgb(186,235,141); }
td.TdClassName
{
border-color: #BAEB8D;
}
.TagClassName
{
border-color: #BAEB8D;
}
</style>