Shades of Sulu #BAE66A
Tints of Sulu #BAE66A
RGB
CMYK
RGB Variations
Color information
#BAE66A (or 0xBAE66A) is known color: Sulu. HEX triplet: BA, E6 and 6A. RGB value is (186,230,106). Sum of RGB (Red+Green+Blue) = 186+230+106=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE66A is #451995. Grayscale: #CBCBCB. Windows color (decimal): -4528534 or 7005882. OLE color: 7005882.
HSL color Cylindrical-coordinate representation of color #BAE66A: hue angle of 81.29º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAE66A is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 106 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.10 |
| HSL | 81.29º | 0.71% | 0.66% | - |
| HSV(B) | 81.29º | 0.54% | 0.9% | - |
| XYZ | 51.15 | 68.07 | 24.08 | - |
| YUV | 202.71 | 73.42 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 106 | 0.19 | 0 | 0.54 | 0.10 | 81.29 | 0.71 | 0.66 |
| Hex | BA | E6 | 6A | 13 | 0 | 36 | A | 51 | 47 | 42 |
| Octal | 272 | 346 | 152 | 23 | 0 | 66 | 12 | 121 | 107 | 102 |
| Binary | 10111010 | 11100110 | 1101010 | 10011 | 0 | 110110 | 1010 | 1010001 | 1000111 | 1000010 |
Color Harmonies of #BAE66A
Complementary color
Monochromatic Colors of #BAE66A
Black with #BAE66A
Text Example
Text Example
White with #BAE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE66A; }
p { color: rgb(186,230,106); }
H1.HeaderClassName
{
color: #BAE66A;
}
.AnyTagClassName
{
color: #BAE66A;
}
</style>
background-color css
<style>
a { background-color: #BAE66A; }
a { background-color: rgb(186,230,106); }
div.DivClassName
{
background-color: #BAE66A;
}
.BgClassName
{
background-color: #BAE66A;
}
</style>
border-color css
<style>
span { border-color: #BAE66A; }
span { border-color: rgb(186,230,106); }
td.TdClassName
{
border-color: #BAE66A;
}
.TagClassName
{
border-color: #BAE66A;
}
</style>