Shades of Sulu #BAE88A
Tints of Sulu #BAE88A
RGB
CMYK
RGB Variations
Color information
#BAE88A (or 0xBAE88A) is known color: Sulu. HEX triplet: BA, E8 and 8A. RGB value is (186,232,138). Sum of RGB (Red+Green+Blue) = 186+232+138=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE88A is #451775. Grayscale: #CFCFCF. Windows color (decimal): -4527990 or 9103546. OLE color: 9103546.
HSL color Cylindrical-coordinate representation of color #BAE88A: hue angle of 89.36º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAE88A is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 138 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.09 |
| HSL | 89.36º | 0.67% | 0.73% | - |
| HSV(B) | 89.36º | 0.41% | 0.91% | - |
| XYZ | 53.69 | 69.99 | 34.72 | - |
| YUV | 207.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 138 | 0.20 | 0 | 0.41 | 0.09 | 89.36 | 0.67 | 0.73 |
| Hex | BA | E8 | 8A | 14 | 0 | 29 | 9 | 59 | 43 | 49 |
| Octal | 272 | 350 | 212 | 24 | 0 | 51 | 11 | 131 | 103 | 111 |
| Binary | 10111010 | 11101000 | 10001010 | 10100 | 0 | 101001 | 1001 | 1011001 | 1000011 | 1001001 |
Color Harmonies of #BAE88A
Complementary color
Monochromatic Colors of #BAE88A
Black with #BAE88A
Text Example
Text Example
White with #BAE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE88A; }
p { color: rgb(186,232,138); }
H1.HeaderClassName
{
color: #BAE88A;
}
.AnyTagClassName
{
color: #BAE88A;
}
</style>
background-color css
<style>
a { background-color: #BAE88A; }
a { background-color: rgb(186,232,138); }
div.DivClassName
{
background-color: #BAE88A;
}
.BgClassName
{
background-color: #BAE88A;
}
</style>
border-color css
<style>
span { border-color: #BAE88A; }
span { border-color: rgb(186,232,138); }
td.TdClassName
{
border-color: #BAE88A;
}
.TagClassName
{
border-color: #BAE88A;
}
</style>