Shades of Sulu #BAE06C
Tints of Sulu #BAE06C
RGB
CMYK
RGB Variations
Color information
#BAE06C (or 0xBAE06C) is known color: Sulu. HEX triplet: BA, E0 and 6C. RGB value is (186,224,108). Sum of RGB (Red+Green+Blue) = 186+224+108=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE06C is #451F93. Grayscale: #C7C7C7. Windows color (decimal): -4530068 or 7135418. OLE color: 7135418.
HSL color Cylindrical-coordinate representation of color #BAE06C: hue angle of 79.66º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE06C is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 108 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.12 |
| HSL | 79.66º | 0.65% | 0.65% | - |
| HSV(B) | 79.66º | 0.52% | 0.88% | - |
| XYZ | 49.61 | 64.83 | 24.09 | - |
| YUV | 199.41 | 76.41 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 108 | 0.17 | 0 | 0.52 | 0.12 | 79.66 | 0.65 | 0.65 |
| Hex | BA | E0 | 6C | 11 | 0 | 34 | C | 50 | 41 | 41 |
| Octal | 272 | 340 | 154 | 21 | 0 | 64 | 14 | 120 | 101 | 101 |
| Binary | 10111010 | 11100000 | 1101100 | 10001 | 0 | 110100 | 1100 | 1010000 | 1000001 | 1000001 |
Color Harmonies of #BAE06C
Complementary color
Monochromatic Colors of #BAE06C
Black with #BAE06C
Text Example
Text Example
White with #BAE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE06C; }
p { color: rgb(186,224,108); }
H1.HeaderClassName
{
color: #BAE06C;
}
.AnyTagClassName
{
color: #BAE06C;
}
</style>
background-color css
<style>
a { background-color: #BAE06C; }
a { background-color: rgb(186,224,108); }
div.DivClassName
{
background-color: #BAE06C;
}
.BgClassName
{
background-color: #BAE06C;
}
</style>
border-color css
<style>
span { border-color: #BAE06C; }
span { border-color: rgb(186,224,108); }
td.TdClassName
{
border-color: #BAE06C;
}
.TagClassName
{
border-color: #BAE06C;
}
</style>