Shades of Sulu #BAE06F
Tints of Sulu #BAE06F
RGB
CMYK
RGB Variations
Color information
#BAE06F (or 0xBAE06F) is known color: Sulu. HEX triplet: BA, E0 and 6F. RGB value is (186,224,111). Sum of RGB (Red+Green+Blue) = 186+224+111=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE06F is #451F90. Grayscale: #C8C8C8. Windows color (decimal): -4530065 or 7332026. OLE color: 7332026.
HSL color Cylindrical-coordinate representation of color #BAE06F: hue angle of 80.18º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAE06F is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 111 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.12 |
| HSL | 80.18º | 0.65% | 0.66% | - |
| HSV(B) | 80.18º | 0.5% | 0.88% | - |
| XYZ | 49.77 | 64.9 | 24.94 | - |
| YUV | 199.76 | 77.91 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 111 | 0.17 | 0 | 0.50 | 0.12 | 80.18 | 0.65 | 0.66 |
| Hex | BA | E0 | 6F | 11 | 0 | 32 | C | 50 | 41 | 42 |
| Octal | 272 | 340 | 157 | 21 | 0 | 62 | 14 | 120 | 101 | 102 |
| Binary | 10111010 | 11100000 | 1101111 | 10001 | 0 | 110010 | 1100 | 1010000 | 1000001 | 1000010 |
Color Harmonies of #BAE06F
Complementary color
Monochromatic Colors of #BAE06F
Black with #BAE06F
Text Example
Text Example
White with #BAE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE06F; }
p { color: rgb(186,224,111); }
H1.HeaderClassName
{
color: #BAE06F;
}
.AnyTagClassName
{
color: #BAE06F;
}
</style>
background-color css
<style>
a { background-color: #BAE06F; }
a { background-color: rgb(186,224,111); }
div.DivClassName
{
background-color: #BAE06F;
}
.BgClassName
{
background-color: #BAE06F;
}
</style>
border-color css
<style>
span { border-color: #BAE06F; }
span { border-color: rgb(186,224,111); }
td.TdClassName
{
border-color: #BAE06F;
}
.TagClassName
{
border-color: #BAE06F;
}
</style>