Shades of Sulu #BAF673
Tints of Sulu #BAF673
RGB
CMYK
RGB Variations
Color information
#BAF673 (or 0xBAF673) is known color: Sulu. HEX triplet: BA, F6 and 73. RGB value is (186,246,115). Sum of RGB (Red+Green+Blue) = 186+246+115=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 115 (45.31% from 255 or 21.02% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF673 is #45098C. Grayscale: #D5D5D5. Windows color (decimal): -4524429 or 7599802. OLE color: 7599802.
HSL color Cylindrical-coordinate representation of color #BAF673: hue angle of 87.48º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAF673 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 115 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.04 |
| HSL | 87.48º | 0.88% | 0.71% | - |
| HSV(B) | 87.48º | 0.53% | 0.96% | - |
| XYZ | 56.3 | 77.59 | 28.23 | - |
| YUV | 213.13 | 72.62 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 115 | 0.24 | 0 | 0.53 | 0.04 | 87.48 | 0.88 | 0.71 |
| Hex | BA | F6 | 73 | 18 | 0 | 35 | 4 | 57 | 58 | 47 |
| Octal | 272 | 366 | 163 | 30 | 0 | 65 | 4 | 127 | 130 | 107 |
| Binary | 10111010 | 11110110 | 1110011 | 11000 | 0 | 110101 | 100 | 1010111 | 1011000 | 1000111 |
Color Harmonies of #BAF673
Complementary color
Monochromatic Colors of #BAF673
Black with #BAF673
Text Example
Text Example
White with #BAF673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF673; }
p { color: rgb(186,246,115); }
H1.HeaderClassName
{
color: #BAF673;
}
.AnyTagClassName
{
color: #BAF673;
}
</style>
background-color css
<style>
a { background-color: #BAF673; }
a { background-color: rgb(186,246,115); }
div.DivClassName
{
background-color: #BAF673;
}
.BgClassName
{
background-color: #BAF673;
}
</style>
border-color css
<style>
span { border-color: #BAF673; }
span { border-color: rgb(186,246,115); }
td.TdClassName
{
border-color: #BAF673;
}
.TagClassName
{
border-color: #BAF673;
}
</style>