Shades of Sulu #BAE277
Tints of Sulu #BAE277
RGB
CMYK
RGB Variations
Color information
#BAE277 (or 0xBAE277) is known color: Sulu. HEX triplet: BA, E2 and 77. RGB value is (186,226,119). Sum of RGB (Red+Green+Blue) = 186+226+119=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE277 is #451D88. Grayscale: #CACACA. Windows color (decimal): -4529545 or 7856826. OLE color: 7856826.
HSL color Cylindrical-coordinate representation of color #BAE277: hue angle of 82.43º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAE277 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 119 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.11 |
| HSL | 82.43º | 0.65% | 0.68% | - |
| HSV(B) | 82.43º | 0.47% | 0.89% | - |
| XYZ | 50.78 | 66.16 | 27.55 | - |
| YUV | 201.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 119 | 0.18 | 0 | 0.47 | 0.11 | 82.43 | 0.65 | 0.68 |
| Hex | BA | E2 | 77 | 12 | 0 | 2F | B | 52 | 41 | 44 |
| Octal | 272 | 342 | 167 | 22 | 0 | 57 | 13 | 122 | 101 | 104 |
| Binary | 10111010 | 11100010 | 1110111 | 10010 | 0 | 101111 | 1011 | 1010010 | 1000001 | 1000100 |
Color Harmonies of #BAE277
Complementary color
Monochromatic Colors of #BAE277
Black with #BAE277
Text Example
Text Example
White with #BAE277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE277; }
p { color: rgb(186,226,119); }
H1.HeaderClassName
{
color: #BAE277;
}
.AnyTagClassName
{
color: #BAE277;
}
</style>
background-color css
<style>
a { background-color: #BAE277; }
a { background-color: rgb(186,226,119); }
div.DivClassName
{
background-color: #BAE277;
}
.BgClassName
{
background-color: #BAE277;
}
</style>
border-color css
<style>
span { border-color: #BAE277; }
span { border-color: rgb(186,226,119); }
td.TdClassName
{
border-color: #BAE277;
}
.TagClassName
{
border-color: #BAE277;
}
</style>