Shades of Sulu #BAF06A
Tints of Sulu #BAF06A
RGB
CMYK
RGB Variations
Color information
#BAF06A (or 0xBAF06A) is known color: Sulu. HEX triplet: BA, F0 and 6A. RGB value is (186,240,106). Sum of RGB (Red+Green+Blue) = 186+240+106=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF06A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF06A is #450F95. Grayscale: #D1D1D1. Windows color (decimal): -4525974 or 7008442. OLE color: 7008442.
HSL color Cylindrical-coordinate representation of color #BAF06A: hue angle of 84.18º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAF06A is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 106 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.06 |
| HSL | 84.18º | 0.82% | 0.68% | - |
| HSV(B) | 84.18º | 0.56% | 0.94% | - |
| XYZ | 54.01 | 73.8 | 25.03 | - |
| YUV | 208.58 | 70.11 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 106 | 0.22 | 0 | 0.56 | 0.06 | 84.18 | 0.82 | 0.68 |
| Hex | BA | F0 | 6A | 16 | 0 | 38 | 6 | 54 | 52 | 44 |
| Octal | 272 | 360 | 152 | 26 | 0 | 70 | 6 | 124 | 122 | 104 |
| Binary | 10111010 | 11110000 | 1101010 | 10110 | 0 | 111000 | 110 | 1010100 | 1010010 | 1000100 |
Color Harmonies of #BAF06A
Complementary color
Monochromatic Colors of #BAF06A
Black with #BAF06A
Text Example
Text Example
White with #BAF06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF06A; }
p { color: rgb(186,240,106); }
H1.HeaderClassName
{
color: #BAF06A;
}
.AnyTagClassName
{
color: #BAF06A;
}
</style>
background-color css
<style>
a { background-color: #BAF06A; }
a { background-color: rgb(186,240,106); }
div.DivClassName
{
background-color: #BAF06A;
}
.BgClassName
{
background-color: #BAF06A;
}
</style>
border-color css
<style>
span { border-color: #BAF06A; }
span { border-color: rgb(186,240,106); }
td.TdClassName
{
border-color: #BAF06A;
}
.TagClassName
{
border-color: #BAF06A;
}
</style>