Shades of Sulu #BAE669
Tints of Sulu #BAE669
RGB
CMYK
RGB Variations
Color information
#BAE669 (or 0xBAE669) is known color: Sulu. HEX triplet: BA, E6 and 69. RGB value is (186,230,105). Sum of RGB (Red+Green+Blue) = 186+230+105=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE669 is #451996. Grayscale: #CBCBCB. Windows color (decimal): -4528535 or 6940346. OLE color: 6940346.
HSL color Cylindrical-coordinate representation of color #BAE669: hue angle of 81.12º 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 #BAE669 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 105 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.10 |
| HSL | 81.12º | 0.71% | 0.66% | - |
| HSV(B) | 81.12º | 0.54% | 0.9% | - |
| XYZ | 51.1 | 68.05 | 23.81 | - |
| YUV | 202.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 105 | 0.19 | 0 | 0.54 | 0.10 | 81.12 | 0.71 | 0.66 |
| Hex | BA | E6 | 69 | 13 | 0 | 36 | A | 51 | 47 | 42 |
| Octal | 272 | 346 | 151 | 23 | 0 | 66 | 12 | 121 | 107 | 102 |
| Binary | 10111010 | 11100110 | 1101001 | 10011 | 0 | 110110 | 1010 | 1010001 | 1000111 | 1000010 |
Color Harmonies of #BAE669
Complementary color
Monochromatic Colors of #BAE669
Black with #BAE669
Text Example
Text Example
White with #BAE669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE669; }
p { color: rgb(186,230,105); }
H1.HeaderClassName
{
color: #BAE669;
}
.AnyTagClassName
{
color: #BAE669;
}
</style>
background-color css
<style>
a { background-color: #BAE669; }
a { background-color: rgb(186,230,105); }
div.DivClassName
{
background-color: #BAE669;
}
.BgClassName
{
background-color: #BAE669;
}
</style>
border-color css
<style>
span { border-color: #BAE669; }
span { border-color: rgb(186,230,105); }
td.TdClassName
{
border-color: #BAE669;
}
.TagClassName
{
border-color: #BAE669;
}
</style>