Shades of Sulu #BAE96E
Tints of Sulu #BAE96E
RGB
CMYK
RGB Variations
Color information
#BAE96E (or 0xBAE96E) is known color: Sulu. HEX triplet: BA, E9 and 6E. RGB value is (186,233,110). Sum of RGB (Red+Green+Blue) = 186+233+110=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE96E is #451691. Grayscale: #CDCDCD. Windows color (decimal): -4527762 or 7268794. OLE color: 7268794.
HSL color Cylindrical-coordinate representation of color #BAE96E: hue angle of 82.93º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAE96E is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 110 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.09 |
| HSL | 82.93º | 0.74% | 0.67% | - |
| HSV(B) | 82.93º | 0.53% | 0.91% | - |
| XYZ | 52.2 | 69.84 | 25.48 | - |
| YUV | 204.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 110 | 0.20 | 0 | 0.53 | 0.09 | 82.93 | 0.74 | 0.67 |
| Hex | BA | E9 | 6E | 14 | 0 | 35 | 9 | 53 | 4A | 43 |
| Octal | 272 | 351 | 156 | 24 | 0 | 65 | 11 | 123 | 112 | 103 |
| Binary | 10111010 | 11101001 | 1101110 | 10100 | 0 | 110101 | 1001 | 1010011 | 1001010 | 1000011 |
Color Harmonies of #BAE96E
Complementary color
Monochromatic Colors of #BAE96E
Black with #BAE96E
Text Example
Text Example
White with #BAE96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE96E; }
p { color: rgb(186,233,110); }
H1.HeaderClassName
{
color: #BAE96E;
}
.AnyTagClassName
{
color: #BAE96E;
}
</style>
background-color css
<style>
a { background-color: #BAE96E; }
a { background-color: rgb(186,233,110); }
div.DivClassName
{
background-color: #BAE96E;
}
.BgClassName
{
background-color: #BAE96E;
}
</style>
border-color css
<style>
span { border-color: #BAE96E; }
span { border-color: rgb(186,233,110); }
td.TdClassName
{
border-color: #BAE96E;
}
.TagClassName
{
border-color: #BAE96E;
}
</style>