Shades of Sulu #BAE675
Tints of Sulu #BAE675
RGB
CMYK
RGB Variations
Color information
#BAE675 (or 0xBAE675) is known color: Sulu. HEX triplet: BA, E6 and 75. RGB value is (186,230,117). Sum of RGB (Red+Green+Blue) = 186+230+117=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE675 is #45198A. Grayscale: #CCCCCC. Windows color (decimal): -4528523 or 7726778. OLE color: 7726778.
HSL color Cylindrical-coordinate representation of color #BAE675: hue angle of 83.36º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAE675 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 117 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.10 |
| HSL | 83.36º | 0.69% | 0.68% | - |
| HSV(B) | 83.36º | 0.49% | 0.9% | - |
| XYZ | 51.76 | 68.32 | 27.29 | - |
| YUV | 203.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 117 | 0.19 | 0 | 0.49 | 0.10 | 83.36 | 0.69 | 0.68 |
| Hex | BA | E6 | 75 | 13 | 0 | 31 | A | 53 | 45 | 44 |
| Octal | 272 | 346 | 165 | 23 | 0 | 61 | 12 | 123 | 105 | 104 |
| Binary | 10111010 | 11100110 | 1110101 | 10011 | 0 | 110001 | 1010 | 1010011 | 1000101 | 1000100 |
Color Harmonies of #BAE675
Complementary color
Monochromatic Colors of #BAE675
Black with #BAE675
Text Example
Text Example
White with #BAE675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE675; }
p { color: rgb(186,230,117); }
H1.HeaderClassName
{
color: #BAE675;
}
.AnyTagClassName
{
color: #BAE675;
}
</style>
background-color css
<style>
a { background-color: #BAE675; }
a { background-color: rgb(186,230,117); }
div.DivClassName
{
background-color: #BAE675;
}
.BgClassName
{
background-color: #BAE675;
}
</style>
border-color css
<style>
span { border-color: #BAE675; }
span { border-color: rgb(186,230,117); }
td.TdClassName
{
border-color: #BAE675;
}
.TagClassName
{
border-color: #BAE675;
}
</style>