Shades of Sulu #BAE892
Tints of Sulu #BAE892
RGB
CMYK
RGB Variations
Color information
#BAE892 (or 0xBAE892) is known color: Sulu. HEX triplet: BA, E8 and 92. RGB value is (186,232,146). Sum of RGB (Red+Green+Blue) = 186+232+146=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE892 is #45176D. Grayscale: #D0D0D0. Windows color (decimal): -4527982 or 9627834. OLE color: 9627834.
HSL color Cylindrical-coordinate representation of color #BAE892: hue angle of 92.09º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAE892 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 146 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.09 |
| HSL | 92.09º | 0.65% | 0.74% | - |
| HSV(B) | 92.09º | 0.37% | 0.91% | - |
| XYZ | 54.29 | 70.23 | 37.89 | - |
| YUV | 208.44 | 92.76 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 146 | 0.20 | 0 | 0.37 | 0.09 | 92.09 | 0.65 | 0.74 |
| Hex | BA | E8 | 92 | 14 | 0 | 25 | 9 | 5C | 41 | 4A |
| Octal | 272 | 350 | 222 | 24 | 0 | 45 | 11 | 134 | 101 | 112 |
| Binary | 10111010 | 11101000 | 10010010 | 10100 | 0 | 100101 | 1001 | 1011100 | 1000001 | 1001010 |
Color Harmonies of #BAE892
Complementary color
Monochromatic Colors of #BAE892
Black with #BAE892
Text Example
Text Example
White with #BAE892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE892; }
p { color: rgb(186,232,146); }
H1.HeaderClassName
{
color: #BAE892;
}
.AnyTagClassName
{
color: #BAE892;
}
</style>
background-color css
<style>
a { background-color: #BAE892; }
a { background-color: rgb(186,232,146); }
div.DivClassName
{
background-color: #BAE892;
}
.BgClassName
{
background-color: #BAE892;
}
</style>
border-color css
<style>
span { border-color: #BAE892; }
span { border-color: rgb(186,232,146); }
td.TdClassName
{
border-color: #BAE892;
}
.TagClassName
{
border-color: #BAE892;
}
</style>