Shades of Sulu #BAE478
Tints of Sulu #BAE478
RGB
CMYK
RGB Variations
Color information
#BAE478 (or 0xBAE478) is known color: Sulu. HEX triplet: BA, E4 and 78. RGB value is (186,228,120). Sum of RGB (Red+Green+Blue) = 186+228+120=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE478 is #451B87. Grayscale: #CBCBCB. Windows color (decimal): -4529032 or 7922874. OLE color: 7922874.
HSL color Cylindrical-coordinate representation of color #BAE478: hue angle of 83.33º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAE478 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 120 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.11 |
| HSL | 83.33º | 0.67% | 0.68% | - |
| HSV(B) | 83.33º | 0.47% | 0.89% | - |
| XYZ | 51.38 | 67.28 | 28.05 | - |
| YUV | 203.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 120 | 0.18 | 0 | 0.47 | 0.11 | 83.33 | 0.67 | 0.68 |
| Hex | BA | E4 | 78 | 12 | 0 | 2F | B | 53 | 43 | 44 |
| Octal | 272 | 344 | 170 | 22 | 0 | 57 | 13 | 123 | 103 | 104 |
| Binary | 10111010 | 11100100 | 1111000 | 10010 | 0 | 101111 | 1011 | 1010011 | 1000011 | 1000100 |
Color Harmonies of #BAE478
Complementary color
Monochromatic Colors of #BAE478
Black with #BAE478
Text Example
Text Example
White with #BAE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE478; }
p { color: rgb(186,228,120); }
H1.HeaderClassName
{
color: #BAE478;
}
.AnyTagClassName
{
color: #BAE478;
}
</style>
background-color css
<style>
a { background-color: #BAE478; }
a { background-color: rgb(186,228,120); }
div.DivClassName
{
background-color: #BAE478;
}
.BgClassName
{
background-color: #BAE478;
}
</style>
border-color css
<style>
span { border-color: #BAE478; }
span { border-color: rgb(186,228,120); }
td.TdClassName
{
border-color: #BAE478;
}
.TagClassName
{
border-color: #BAE478;
}
</style>