Shades of Sulu #BAFA8D
Tints of Sulu #BAFA8D
RGB
CMYK
RGB Variations
Color information
#BAFA8D (or 0xBAFA8D) is known color: Sulu. HEX triplet: BA, FA and 8D. RGB value is (186,250,141). Sum of RGB (Red+Green+Blue) = 186+250+141=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFA8D is #450572. Grayscale: #DADADA. Windows color (decimal): -4523379 or 9304762. OLE color: 9304762.
HSL color Cylindrical-coordinate representation of color #BAFA8D: hue angle of 95.23º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAFA8D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 141 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.02 |
| HSL | 95.23º | 0.92% | 0.77% | - |
| HSV(B) | 95.23º | 0.44% | 0.98% | - |
| XYZ | 59.24 | 80.73 | 37.66 | - |
| YUV | 218.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 141 | 0.26 | 0 | 0.44 | 0.02 | 95.23 | 0.92 | 0.77 |
| Hex | BA | FA | 8D | 1A | 0 | 2C | 2 | 5F | 5C | 4D |
| Octal | 272 | 372 | 215 | 32 | 0 | 54 | 2 | 137 | 134 | 115 |
| Binary | 10111010 | 11111010 | 10001101 | 11010 | 0 | 101100 | 10 | 1011111 | 1011100 | 1001101 |
Color Harmonies of #BAFA8D
Complementary color
Monochromatic Colors of #BAFA8D
Black with #BAFA8D
Text Example
Text Example
White with #BAFA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA8D; }
p { color: rgb(186,250,141); }
H1.HeaderClassName
{
color: #BAFA8D;
}
.AnyTagClassName
{
color: #BAFA8D;
}
</style>
background-color css
<style>
a { background-color: #BAFA8D; }
a { background-color: rgb(186,250,141); }
div.DivClassName
{
background-color: #BAFA8D;
}
.BgClassName
{
background-color: #BAFA8D;
}
</style>
border-color css
<style>
span { border-color: #BAFA8D; }
span { border-color: rgb(186,250,141); }
td.TdClassName
{
border-color: #BAFA8D;
}
.TagClassName
{
border-color: #BAFA8D;
}
</style>