Shades of Sulu #BAE96C
Tints of Sulu #BAE96C
RGB
CMYK
RGB Variations
Color information
#BAE96C (or 0xBAE96C) is known color: Sulu. HEX triplet: BA, E9 and 6C. RGB value is (186,233,108). Sum of RGB (Red+Green+Blue) = 186+233+108=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE96C is #451693. Grayscale: #CDCDCD. Windows color (decimal): -4527764 or 7137722. OLE color: 7137722.
HSL color Cylindrical-coordinate representation of color #BAE96C: hue angle of 82.56º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAE96C is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 108 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.09 |
| HSL | 82.56º | 0.74% | 0.67% | - |
| HSV(B) | 82.56º | 0.54% | 0.91% | - |
| XYZ | 52.1 | 69.8 | 24.91 | - |
| YUV | 204.7 | 73.43 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 108 | 0.20 | 0 | 0.54 | 0.09 | 82.56 | 0.74 | 0.67 |
| Hex | BA | E9 | 6C | 14 | 0 | 36 | 9 | 53 | 4A | 43 |
| Octal | 272 | 351 | 154 | 24 | 0 | 66 | 11 | 123 | 112 | 103 |
| Binary | 10111010 | 11101001 | 1101100 | 10100 | 0 | 110110 | 1001 | 1010011 | 1001010 | 1000011 |
Color Harmonies of #BAE96C
Complementary color
Monochromatic Colors of #BAE96C
Black with #BAE96C
Text Example
Text Example
White with #BAE96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE96C; }
p { color: rgb(186,233,108); }
H1.HeaderClassName
{
color: #BAE96C;
}
.AnyTagClassName
{
color: #BAE96C;
}
</style>
background-color css
<style>
a { background-color: #BAE96C; }
a { background-color: rgb(186,233,108); }
div.DivClassName
{
background-color: #BAE96C;
}
.BgClassName
{
background-color: #BAE96C;
}
</style>
border-color css
<style>
span { border-color: #BAE96C; }
span { border-color: rgb(186,233,108); }
td.TdClassName
{
border-color: #BAE96C;
}
.TagClassName
{
border-color: #BAE96C;
}
</style>