Shades of Sulu #BAE76E
Tints of Sulu #BAE76E
RGB
CMYK
RGB Variations
Color information
#BAE76E (or 0xBAE76E) is known color: Sulu. HEX triplet: BA, E7 and 6E. RGB value is (186,231,110). Sum of RGB (Red+Green+Blue) = 186+231+110=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE76E is #451891. Grayscale: #CCCCCC. Windows color (decimal): -4528274 or 7268282. OLE color: 7268282.
HSL color Cylindrical-coordinate representation of color #BAE76E: hue angle of 82.31º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE76E is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 110 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.09 |
| HSL | 82.31º | 0.72% | 0.67% | - |
| HSV(B) | 82.31º | 0.52% | 0.91% | - |
| XYZ | 51.64 | 68.72 | 25.29 | - |
| YUV | 203.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 110 | 0.19 | 0 | 0.52 | 0.09 | 82.31 | 0.72 | 0.67 |
| Hex | BA | E7 | 6E | 13 | 0 | 34 | 9 | 52 | 48 | 43 |
| Octal | 272 | 347 | 156 | 23 | 0 | 64 | 11 | 122 | 110 | 103 |
| Binary | 10111010 | 11100111 | 1101110 | 10011 | 0 | 110100 | 1001 | 1010010 | 1001000 | 1000011 |
Color Harmonies of #BAE76E
Complementary color
Monochromatic Colors of #BAE76E
Black with #BAE76E
Text Example
Text Example
White with #BAE76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE76E; }
p { color: rgb(186,231,110); }
H1.HeaderClassName
{
color: #BAE76E;
}
.AnyTagClassName
{
color: #BAE76E;
}
</style>
background-color css
<style>
a { background-color: #BAE76E; }
a { background-color: rgb(186,231,110); }
div.DivClassName
{
background-color: #BAE76E;
}
.BgClassName
{
background-color: #BAE76E;
}
</style>
border-color css
<style>
span { border-color: #BAE76E; }
span { border-color: rgb(186,231,110); }
td.TdClassName
{
border-color: #BAE76E;
}
.TagClassName
{
border-color: #BAE76E;
}
</style>