Shades of Sulu #BAF671
Tints of Sulu #BAF671
RGB
CMYK
RGB Variations
Color information
#BAF671 (or 0xBAF671) is known color: Sulu. HEX triplet: BA, F6 and 71. RGB value is (186,246,113). Sum of RGB (Red+Green+Blue) = 186+246+113=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF671 is #45098E. Grayscale: #D5D5D5. Windows color (decimal): -4524431 or 7468730. OLE color: 7468730.
HSL color Cylindrical-coordinate representation of color #BAF671: hue angle of 87.07º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAF671 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 113 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.04 |
| HSL | 87.07º | 0.88% | 0.7% | - |
| HSV(B) | 87.07º | 0.54% | 0.96% | - |
| XYZ | 56.19 | 77.54 | 27.63 | - |
| YUV | 212.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 113 | 0.24 | 0 | 0.54 | 0.04 | 87.07 | 0.88 | 0.7 |
| Hex | BA | F6 | 71 | 18 | 0 | 36 | 4 | 57 | 58 | 46 |
| Octal | 272 | 366 | 161 | 30 | 0 | 66 | 4 | 127 | 130 | 106 |
| Binary | 10111010 | 11110110 | 1110001 | 11000 | 0 | 110110 | 100 | 1010111 | 1011000 | 1000110 |
Color Harmonies of #BAF671
Complementary color
Monochromatic Colors of #BAF671
Black with #BAF671
Text Example
Text Example
White with #BAF671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF671; }
p { color: rgb(186,246,113); }
H1.HeaderClassName
{
color: #BAF671;
}
.AnyTagClassName
{
color: #BAF671;
}
</style>
background-color css
<style>
a { background-color: #BAF671; }
a { background-color: rgb(186,246,113); }
div.DivClassName
{
background-color: #BAF671;
}
.BgClassName
{
background-color: #BAF671;
}
</style>
border-color css
<style>
span { border-color: #BAF671; }
span { border-color: rgb(186,246,113); }
td.TdClassName
{
border-color: #BAF671;
}
.TagClassName
{
border-color: #BAF671;
}
</style>