Shades of Sulu #BAE78A
Tints of Sulu #BAE78A
RGB
CMYK
RGB Variations
Color information
#BAE78A (or 0xBAE78A) is known color: Sulu. HEX triplet: BA, E7 and 8A. RGB value is (186,231,138). Sum of RGB (Red+Green+Blue) = 186+231+138=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE78A is #451875. Grayscale: #CFCFCF. Windows color (decimal): -4528246 or 9103290. OLE color: 9103290.
HSL color Cylindrical-coordinate representation of color #BAE78A: hue angle of 89.03º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAE78A is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 138 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.09 |
| HSL | 89.03º | 0.66% | 0.72% | - |
| HSV(B) | 89.03º | 0.4% | 0.91% | - |
| XYZ | 53.41 | 69.43 | 34.63 | - |
| YUV | 206.94 | 89.09 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 138 | 0.19 | 0 | 0.40 | 0.09 | 89.03 | 0.66 | 0.72 |
| Hex | BA | E7 | 8A | 13 | 0 | 28 | 9 | 59 | 42 | 48 |
| Octal | 272 | 347 | 212 | 23 | 0 | 50 | 11 | 131 | 102 | 110 |
| Binary | 10111010 | 11100111 | 10001010 | 10011 | 0 | 101000 | 1001 | 1011001 | 1000010 | 1001000 |
Color Harmonies of #BAE78A
Complementary color
Monochromatic Colors of #BAE78A
Black with #BAE78A
Text Example
Text Example
White with #BAE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE78A; }
p { color: rgb(186,231,138); }
H1.HeaderClassName
{
color: #BAE78A;
}
.AnyTagClassName
{
color: #BAE78A;
}
</style>
background-color css
<style>
a { background-color: #BAE78A; }
a { background-color: rgb(186,231,138); }
div.DivClassName
{
background-color: #BAE78A;
}
.BgClassName
{
background-color: #BAE78A;
}
</style>
border-color css
<style>
span { border-color: #BAE78A; }
span { border-color: rgb(186,231,138); }
td.TdClassName
{
border-color: #BAE78A;
}
.TagClassName
{
border-color: #BAE78A;
}
</style>