Shades of Sulu #BAE77C
Tints of Sulu #BAE77C
RGB
CMYK
RGB Variations
Color information
#BAE77C (or 0xBAE77C) is known color: Sulu. HEX triplet: BA, E7 and 7C. RGB value is (186,231,124). Sum of RGB (Red+Green+Blue) = 186+231+124=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE77C is #451883. Grayscale: #CDCDCD. Windows color (decimal): -4528260 or 8185786. OLE color: 8185786.
HSL color Cylindrical-coordinate representation of color #BAE77C: hue angle of 85.23º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAE77C is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 124 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.09 |
| HSL | 85.23º | 0.69% | 0.7% | - |
| HSV(B) | 85.23º | 0.46% | 0.91% | - |
| XYZ | 52.46 | 69.05 | 29.63 | - |
| YUV | 205.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 124 | 0.19 | 0 | 0.46 | 0.09 | 85.23 | 0.69 | 0.7 |
| Hex | BA | E7 | 7C | 13 | 0 | 2E | 9 | 55 | 45 | 46 |
| Octal | 272 | 347 | 174 | 23 | 0 | 56 | 11 | 125 | 105 | 106 |
| Binary | 10111010 | 11100111 | 1111100 | 10011 | 0 | 101110 | 1001 | 1010101 | 1000101 | 1000110 |
Color Harmonies of #BAE77C
Complementary color
Monochromatic Colors of #BAE77C
Black with #BAE77C
Text Example
Text Example
White with #BAE77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE77C; }
p { color: rgb(186,231,124); }
H1.HeaderClassName
{
color: #BAE77C;
}
.AnyTagClassName
{
color: #BAE77C;
}
</style>
background-color css
<style>
a { background-color: #BAE77C; }
a { background-color: rgb(186,231,124); }
div.DivClassName
{
background-color: #BAE77C;
}
.BgClassName
{
background-color: #BAE77C;
}
</style>
border-color css
<style>
span { border-color: #BAE77C; }
span { border-color: rgb(186,231,124); }
td.TdClassName
{
border-color: #BAE77C;
}
.TagClassName
{
border-color: #BAE77C;
}
</style>