Shades of Sulu #BAFF6A
Tints of Sulu #BAFF6A
RGB
CMYK
RGB Variations
Color information
#BAFF6A (or 0xBAFF6A) is known color: Sulu. HEX triplet: BA, FF and 6A. RGB value is (186,255,106). Sum of RGB (Red+Green+Blue) = 186+255+106=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF6A is #450095. Grayscale: #D9D9D9. Windows color (decimal): -4522134 or 7012282. OLE color: 7012282.
HSL color Cylindrical-coordinate representation of color #BAFF6A: hue angle of 87.79º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAFF6A is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 106 | - |
| CMYK | 0.27 | 0 | 0.58 | 0 |
| HSL | 87.79º | 1% | 0.71% | - |
| HSV(B) | 87.79º | 0.58% | 1% | - |
| XYZ | 58.61 | 83 | 26.57 | - |
| YUV | 217.38 | 65.14 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 106 | 0.27 | 0 | 0.58 | 0 | 87.79 | 1 | 0.71 |
| Hex | BA | FF | 6A | 1B | 0 | 3A | 0 | 58 | 64 | 47 |
| Octal | 272 | 377 | 152 | 33 | 0 | 72 | 0 | 130 | 144 | 107 |
| Binary | 10111010 | 11111111 | 1101010 | 11011 | 0 | 111010 | 0 | 1011000 | 1100100 | 1000111 |
Color Harmonies of #BAFF6A
Complementary color
Monochromatic Colors of #BAFF6A
Black with #BAFF6A
Text Example
Text Example
White with #BAFF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF6A; }
p { color: rgb(186,255,106); }
H1.HeaderClassName
{
color: #BAFF6A;
}
.AnyTagClassName
{
color: #BAFF6A;
}
</style>
background-color css
<style>
a { background-color: #BAFF6A; }
a { background-color: rgb(186,255,106); }
div.DivClassName
{
background-color: #BAFF6A;
}
.BgClassName
{
background-color: #BAFF6A;
}
</style>
border-color css
<style>
span { border-color: #BAFF6A; }
span { border-color: rgb(186,255,106); }
td.TdClassName
{
border-color: #BAFF6A;
}
.TagClassName
{
border-color: #BAFF6A;
}
</style>