Shades of Sulu #BAE66D
Tints of Sulu #BAE66D
RGB
CMYK
RGB Variations
Color information
#BAE66D (or 0xBAE66D) is known color: Sulu. HEX triplet: BA, E6 and 6D. RGB value is (186,230,109). Sum of RGB (Red+Green+Blue) = 186+230+109=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE66D is #451992. Grayscale: #CBCBCB. Windows color (decimal): -4528531 or 7202490. OLE color: 7202490.
HSL color Cylindrical-coordinate representation of color #BAE66D: hue angle of 81.82º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAE66D is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 109 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.10 |
| HSL | 81.82º | 0.71% | 0.66% | - |
| HSV(B) | 81.82º | 0.53% | 0.9% | - |
| XYZ | 51.31 | 68.14 | 24.92 | - |
| YUV | 203.05 | 74.92 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 109 | 0.19 | 0 | 0.53 | 0.10 | 81.82 | 0.71 | 0.66 |
| Hex | BA | E6 | 6D | 13 | 0 | 35 | A | 52 | 47 | 42 |
| Octal | 272 | 346 | 155 | 23 | 0 | 65 | 12 | 122 | 107 | 102 |
| Binary | 10111010 | 11100110 | 1101101 | 10011 | 0 | 110101 | 1010 | 1010010 | 1000111 | 1000010 |
Color Harmonies of #BAE66D
Complementary color
Monochromatic Colors of #BAE66D
Black with #BAE66D
Text Example
Text Example
White with #BAE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE66D; }
p { color: rgb(186,230,109); }
H1.HeaderClassName
{
color: #BAE66D;
}
.AnyTagClassName
{
color: #BAE66D;
}
</style>
background-color css
<style>
a { background-color: #BAE66D; }
a { background-color: rgb(186,230,109); }
div.DivClassName
{
background-color: #BAE66D;
}
.BgClassName
{
background-color: #BAE66D;
}
</style>
border-color css
<style>
span { border-color: #BAE66D; }
span { border-color: rgb(186,230,109); }
td.TdClassName
{
border-color: #BAE66D;
}
.TagClassName
{
border-color: #BAE66D;
}
</style>