Shades of Sulu #BAE78B
Tints of Sulu #BAE78B
RGB
CMYK
RGB Variations
Color information
#BAE78B (or 0xBAE78B) is known color: Sulu. HEX triplet: BA, E7 and 8B. RGB value is (186,231,139). Sum of RGB (Red+Green+Blue) = 186+231+139=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE78B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE78B is #451874. Grayscale: #CFCFCF. Windows color (decimal): -4528245 or 9168826. OLE color: 9168826.
HSL color Cylindrical-coordinate representation of color #BAE78B: hue angle of 89.35º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAE78B is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 139 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.09 |
| HSL | 89.35º | 0.66% | 0.73% | - |
| HSV(B) | 89.35º | 0.4% | 0.91% | - |
| XYZ | 53.49 | 69.46 | 35.01 | - |
| YUV | 207.06 | 89.59 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 139 | 0.19 | 0 | 0.40 | 0.09 | 89.35 | 0.66 | 0.73 |
| Hex | BA | E7 | 8B | 13 | 0 | 28 | 9 | 59 | 42 | 49 |
| Octal | 272 | 347 | 213 | 23 | 0 | 50 | 11 | 131 | 102 | 111 |
| Binary | 10111010 | 11100111 | 10001011 | 10011 | 0 | 101000 | 1001 | 1011001 | 1000010 | 1001001 |
Color Harmonies of #BAE78B
Complementary color
Monochromatic Colors of #BAE78B
Black with #BAE78B
Text Example
Text Example
White with #BAE78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE78B; }
p { color: rgb(186,231,139); }
H1.HeaderClassName
{
color: #BAE78B;
}
.AnyTagClassName
{
color: #BAE78B;
}
</style>
background-color css
<style>
a { background-color: #BAE78B; }
a { background-color: rgb(186,231,139); }
div.DivClassName
{
background-color: #BAE78B;
}
.BgClassName
{
background-color: #BAE78B;
}
</style>
border-color css
<style>
span { border-color: #BAE78B; }
span { border-color: rgb(186,231,139); }
td.TdClassName
{
border-color: #BAE78B;
}
.TagClassName
{
border-color: #BAE78B;
}
</style>