Shades of Sulu #BAE484
Tints of Sulu #BAE484
RGB
CMYK
RGB Variations
Color information
#BAE484 (or 0xBAE484) is known color: Sulu. HEX triplet: BA, E4 and 84. RGB value is (186,228,132). Sum of RGB (Red+Green+Blue) = 186+228+132=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE484 is #451B7B. Grayscale: #CCCCCC. Windows color (decimal): -4529020 or 8709306. OLE color: 8709306.
HSL color Cylindrical-coordinate representation of color #BAE484: hue angle of 86.25º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE484 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 132 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.11 |
| HSL | 86.25º | 0.64% | 0.71% | - |
| HSV(B) | 86.25º | 0.42% | 0.89% | - |
| XYZ | 52.16 | 67.59 | 32.13 | - |
| YUV | 204.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 132 | 0.18 | 0 | 0.42 | 0.11 | 86.25 | 0.64 | 0.71 |
| Hex | BA | E4 | 84 | 12 | 0 | 2A | B | 56 | 40 | 47 |
| Octal | 272 | 344 | 204 | 22 | 0 | 52 | 13 | 126 | 100 | 107 |
| Binary | 10111010 | 11100100 | 10000100 | 10010 | 0 | 101010 | 1011 | 1010110 | 1000000 | 1000111 |
Color Harmonies of #BAE484
Complementary color
Monochromatic Colors of #BAE484
Black with #BAE484
Text Example
Text Example
White with #BAE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE484; }
p { color: rgb(186,228,132); }
H1.HeaderClassName
{
color: #BAE484;
}
.AnyTagClassName
{
color: #BAE484;
}
</style>
background-color css
<style>
a { background-color: #BAE484; }
a { background-color: rgb(186,228,132); }
div.DivClassName
{
background-color: #BAE484;
}
.BgClassName
{
background-color: #BAE484;
}
</style>
border-color css
<style>
span { border-color: #BAE484; }
span { border-color: rgb(186,228,132); }
td.TdClassName
{
border-color: #BAE484;
}
.TagClassName
{
border-color: #BAE484;
}
</style>