Shades of Sulu #BAE968
Tints of Sulu #BAE968
RGB
CMYK
RGB Variations
Color information
#BAE968 (or 0xBAE968) is known color: Sulu. HEX triplet: BA, E9 and 68. RGB value is (186,233,104). Sum of RGB (Red+Green+Blue) = 186+233+104=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE968 is #451697. Grayscale: #CCCCCC. Windows color (decimal): -4527768 or 6875578. OLE color: 6875578.
HSL color Cylindrical-coordinate representation of color #BAE968: hue angle of 81.86º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAE968 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 104 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.09 |
| HSL | 81.86º | 0.75% | 0.66% | - |
| HSV(B) | 81.86º | 0.55% | 0.91% | - |
| XYZ | 51.89 | 69.72 | 23.82 | - |
| YUV | 204.24 | 71.43 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 104 | 0.20 | 0 | 0.55 | 0.09 | 81.86 | 0.75 | 0.66 |
| Hex | BA | E9 | 68 | 14 | 0 | 37 | 9 | 52 | 4B | 42 |
| Octal | 272 | 351 | 150 | 24 | 0 | 67 | 11 | 122 | 113 | 102 |
| Binary | 10111010 | 11101001 | 1101000 | 10100 | 0 | 110111 | 1001 | 1010010 | 1001011 | 1000010 |
Color Harmonies of #BAE968
Complementary color
Monochromatic Colors of #BAE968
Black with #BAE968
Text Example
Text Example
White with #BAE968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE968; }
p { color: rgb(186,233,104); }
H1.HeaderClassName
{
color: #BAE968;
}
.AnyTagClassName
{
color: #BAE968;
}
</style>
background-color css
<style>
a { background-color: #BAE968; }
a { background-color: rgb(186,233,104); }
div.DivClassName
{
background-color: #BAE968;
}
.BgClassName
{
background-color: #BAE968;
}
</style>
border-color css
<style>
span { border-color: #BAE968; }
span { border-color: rgb(186,233,104); }
td.TdClassName
{
border-color: #BAE968;
}
.TagClassName
{
border-color: #BAE968;
}
</style>