Shades of Sulu #BAE677
Tints of Sulu #BAE677
RGB
CMYK
RGB Variations
Color information
#BAE677 (or 0xBAE677) is known color: Sulu. HEX triplet: BA, E6 and 77. RGB value is (186,230,119). Sum of RGB (Red+Green+Blue) = 186+230+119=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE677 is #451988. Grayscale: #CCCCCC. Windows color (decimal): -4528521 or 7857850. OLE color: 7857850.
HSL color Cylindrical-coordinate representation of color #BAE677: hue angle of 83.78º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAE677 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 119 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.10 |
| HSL | 83.78º | 0.69% | 0.68% | - |
| HSV(B) | 83.78º | 0.48% | 0.9% | - |
| XYZ | 51.88 | 68.36 | 27.91 | - |
| YUV | 204.19 | 79.92 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 119 | 0.19 | 0 | 0.48 | 0.10 | 83.78 | 0.69 | 0.68 |
| Hex | BA | E6 | 77 | 13 | 0 | 30 | A | 54 | 45 | 44 |
| Octal | 272 | 346 | 167 | 23 | 0 | 60 | 12 | 124 | 105 | 104 |
| Binary | 10111010 | 11100110 | 1110111 | 10011 | 0 | 110000 | 1010 | 1010100 | 1000101 | 1000100 |
Color Harmonies of #BAE677
Complementary color
Monochromatic Colors of #BAE677
Black with #BAE677
Text Example
Text Example
White with #BAE677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE677; }
p { color: rgb(186,230,119); }
H1.HeaderClassName
{
color: #BAE677;
}
.AnyTagClassName
{
color: #BAE677;
}
</style>
background-color css
<style>
a { background-color: #BAE677; }
a { background-color: rgb(186,230,119); }
div.DivClassName
{
background-color: #BAE677;
}
.BgClassName
{
background-color: #BAE677;
}
</style>
border-color css
<style>
span { border-color: #BAE677; }
span { border-color: rgb(186,230,119); }
td.TdClassName
{
border-color: #BAE677;
}
.TagClassName
{
border-color: #BAE677;
}
</style>