Shades of Sulu #BAE792
Tints of Sulu #BAE792
RGB
CMYK
RGB Variations
Color information
#BAE792 (or 0xBAE792) is known color: Sulu. HEX triplet: BA, E7 and 92. RGB value is (186,231,146). Sum of RGB (Red+Green+Blue) = 186+231+146=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE792 is #45186D. Grayscale: #D0D0D0. Windows color (decimal): -4528238 or 9627578. OLE color: 9627578.
HSL color Cylindrical-coordinate representation of color #BAE792: hue angle of 91.76º degrees, saturation: 0.64, 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 #BAE792 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 146 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.09 |
| HSL | 91.76º | 0.64% | 0.74% | - |
| HSV(B) | 91.76º | 0.37% | 0.91% | - |
| XYZ | 54.01 | 69.67 | 37.79 | - |
| YUV | 207.86 | 93.09 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 146 | 0.19 | 0 | 0.37 | 0.09 | 91.76 | 0.64 | 0.74 |
| Hex | BA | E7 | 92 | 13 | 0 | 25 | 9 | 5C | 40 | 4A |
| Octal | 272 | 347 | 222 | 23 | 0 | 45 | 11 | 134 | 100 | 112 |
| Binary | 10111010 | 11100111 | 10010010 | 10011 | 0 | 100101 | 1001 | 1011100 | 1000000 | 1001010 |
Color Harmonies of #BAE792
Complementary color
Monochromatic Colors of #BAE792
Black with #BAE792
Text Example
Text Example
White with #BAE792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE792; }
p { color: rgb(186,231,146); }
H1.HeaderClassName
{
color: #BAE792;
}
.AnyTagClassName
{
color: #BAE792;
}
</style>
background-color css
<style>
a { background-color: #BAE792; }
a { background-color: rgb(186,231,146); }
div.DivClassName
{
background-color: #BAE792;
}
.BgClassName
{
background-color: #BAE792;
}
</style>
border-color css
<style>
span { border-color: #BAE792; }
span { border-color: rgb(186,231,146); }
td.TdClassName
{
border-color: #BAE792;
}
.TagClassName
{
border-color: #BAE792;
}
</style>