Shades of Sulu #BAE26B
Tints of Sulu #BAE26B
RGB
CMYK
RGB Variations
Color information
#BAE26B (or 0xBAE26B) is known color: Sulu. HEX triplet: BA, E2 and 6B. RGB value is (186,226,107). Sum of RGB (Red+Green+Blue) = 186+226+107=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE26B is #451D94. Grayscale: #C8C8C8. Windows color (decimal): -4529557 or 7070394. OLE color: 7070394.
HSL color Cylindrical-coordinate representation of color #BAE26B: hue angle of 80.17º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAE26B is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 107 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.11 |
| HSL | 80.17º | 0.67% | 0.65% | - |
| HSV(B) | 80.17º | 0.53% | 0.89% | - |
| XYZ | 50.1 | 65.89 | 23.99 | - |
| YUV | 200.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 107 | 0.18 | 0 | 0.53 | 0.11 | 80.17 | 0.67 | 0.65 |
| Hex | BA | E2 | 6B | 12 | 0 | 35 | B | 50 | 43 | 41 |
| Octal | 272 | 342 | 153 | 22 | 0 | 65 | 13 | 120 | 103 | 101 |
| Binary | 10111010 | 11100010 | 1101011 | 10010 | 0 | 110101 | 1011 | 1010000 | 1000011 | 1000001 |
Color Harmonies of #BAE26B
Complementary color
Monochromatic Colors of #BAE26B
Black with #BAE26B
Text Example
Text Example
White with #BAE26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE26B; }
p { color: rgb(186,226,107); }
H1.HeaderClassName
{
color: #BAE26B;
}
.AnyTagClassName
{
color: #BAE26B;
}
</style>
background-color css
<style>
a { background-color: #BAE26B; }
a { background-color: rgb(186,226,107); }
div.DivClassName
{
background-color: #BAE26B;
}
.BgClassName
{
background-color: #BAE26B;
}
</style>
border-color css
<style>
span { border-color: #BAE26B; }
span { border-color: rgb(186,226,107); }
td.TdClassName
{
border-color: #BAE26B;
}
.TagClassName
{
border-color: #BAE26B;
}
</style>