Shades of Sulu #BAE06D
Tints of Sulu #BAE06D
RGB
CMYK
RGB Variations
Color information
#BAE06D (or 0xBAE06D) is known color: Sulu. HEX triplet: BA, E0 and 6D. RGB value is (186,224,109). Sum of RGB (Red+Green+Blue) = 186+224+109=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE06D is #451F92. Grayscale: #C7C7C7. Windows color (decimal): -4530067 or 7200954. OLE color: 7200954.
HSL color Cylindrical-coordinate representation of color #BAE06D: hue angle of 79.83º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAE06D is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 109 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.12 |
| HSL | 79.83º | 0.65% | 0.65% | - |
| HSV(B) | 79.83º | 0.51% | 0.88% | - |
| XYZ | 49.67 | 64.85 | 24.37 | - |
| YUV | 199.53 | 76.91 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 109 | 0.17 | 0 | 0.51 | 0.12 | 79.83 | 0.65 | 0.65 |
| Hex | BA | E0 | 6D | 11 | 0 | 33 | C | 50 | 41 | 41 |
| Octal | 272 | 340 | 155 | 21 | 0 | 63 | 14 | 120 | 101 | 101 |
| Binary | 10111010 | 11100000 | 1101101 | 10001 | 0 | 110011 | 1100 | 1010000 | 1000001 | 1000001 |
Color Harmonies of #BAE06D
Complementary color
Monochromatic Colors of #BAE06D
Black with #BAE06D
Text Example
Text Example
White with #BAE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE06D; }
p { color: rgb(186,224,109); }
H1.HeaderClassName
{
color: #BAE06D;
}
.AnyTagClassName
{
color: #BAE06D;
}
</style>
background-color css
<style>
a { background-color: #BAE06D; }
a { background-color: rgb(186,224,109); }
div.DivClassName
{
background-color: #BAE06D;
}
.BgClassName
{
background-color: #BAE06D;
}
</style>
border-color css
<style>
span { border-color: #BAE06D; }
span { border-color: rgb(186,224,109); }
td.TdClassName
{
border-color: #BAE06D;
}
.TagClassName
{
border-color: #BAE06D;
}
</style>