Shades of Sulu #BAE278
Tints of Sulu #BAE278
RGB
CMYK
RGB Variations
Color information
#BAE278 (or 0xBAE278) is known color: Sulu. HEX triplet: BA, E2 and 78. RGB value is (186,226,120). Sum of RGB (Red+Green+Blue) = 186+226+120=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE278 is #451D87. Grayscale: #CACACA. Windows color (decimal): -4529544 or 7922362. OLE color: 7922362.
HSL color Cylindrical-coordinate representation of color #BAE278: hue angle of 82.64º degrees, saturation: 0.65, 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 #BAE278 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 120 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.11 |
| HSL | 82.64º | 0.65% | 0.68% | - |
| HSV(B) | 82.64º | 0.47% | 0.89% | - |
| XYZ | 50.84 | 66.19 | 27.87 | - |
| YUV | 201.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 120 | 0.18 | 0 | 0.47 | 0.11 | 82.64 | 0.65 | 0.68 |
| Hex | BA | E2 | 78 | 12 | 0 | 2F | B | 53 | 41 | 44 |
| Octal | 272 | 342 | 170 | 22 | 0 | 57 | 13 | 123 | 101 | 104 |
| Binary | 10111010 | 11100010 | 1111000 | 10010 | 0 | 101111 | 1011 | 1010011 | 1000001 | 1000100 |
Color Harmonies of #BAE278
Complementary color
Monochromatic Colors of #BAE278
Black with #BAE278
Text Example
Text Example
White with #BAE278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE278; }
p { color: rgb(186,226,120); }
H1.HeaderClassName
{
color: #BAE278;
}
.AnyTagClassName
{
color: #BAE278;
}
</style>
background-color css
<style>
a { background-color: #BAE278; }
a { background-color: rgb(186,226,120); }
div.DivClassName
{
background-color: #BAE278;
}
.BgClassName
{
background-color: #BAE278;
}
</style>
border-color css
<style>
span { border-color: #BAE278; }
span { border-color: rgb(186,226,120); }
td.TdClassName
{
border-color: #BAE278;
}
.TagClassName
{
border-color: #BAE278;
}
</style>