Shades of Sulu #BAE36D
Tints of Sulu #BAE36D
RGB
CMYK
RGB Variations
Color information
#BAE36D (or 0xBAE36D) is known color: Sulu. HEX triplet: BA, E3 and 6D. RGB value is (186,227,109). Sum of RGB (Red+Green+Blue) = 186+227+109=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE36D is #451C92. Grayscale: #C9C9C9. Windows color (decimal): -4529299 or 7201722. OLE color: 7201722.
HSL color Cylindrical-coordinate representation of color #BAE36D: hue angle of 80.85º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE36D is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 109 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.11 |
| HSL | 80.85º | 0.68% | 0.66% | - |
| HSV(B) | 80.85º | 0.52% | 0.89% | - |
| XYZ | 50.48 | 66.48 | 24.64 | - |
| YUV | 201.29 | 75.92 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 109 | 0.18 | 0 | 0.52 | 0.11 | 80.85 | 0.68 | 0.66 |
| Hex | BA | E3 | 6D | 12 | 0 | 34 | B | 51 | 44 | 42 |
| Octal | 272 | 343 | 155 | 22 | 0 | 64 | 13 | 121 | 104 | 102 |
| Binary | 10111010 | 11100011 | 1101101 | 10010 | 0 | 110100 | 1011 | 1010001 | 1000100 | 1000010 |
Color Harmonies of #BAE36D
Complementary color
Monochromatic Colors of #BAE36D
Black with #BAE36D
Text Example
Text Example
White with #BAE36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE36D; }
p { color: rgb(186,227,109); }
H1.HeaderClassName
{
color: #BAE36D;
}
.AnyTagClassName
{
color: #BAE36D;
}
</style>
background-color css
<style>
a { background-color: #BAE36D; }
a { background-color: rgb(186,227,109); }
div.DivClassName
{
background-color: #BAE36D;
}
.BgClassName
{
background-color: #BAE36D;
}
</style>
border-color css
<style>
span { border-color: #BAE36D; }
span { border-color: rgb(186,227,109); }
td.TdClassName
{
border-color: #BAE36D;
}
.TagClassName
{
border-color: #BAE36D;
}
</style>