Shades of Sulu #BAF06D
Tints of Sulu #BAF06D
RGB
CMYK
RGB Variations
Color information
#BAF06D (or 0xBAF06D) is known color: Sulu. HEX triplet: BA, F0 and 6D. RGB value is (186,240,109). Sum of RGB (Red+Green+Blue) = 186+240+109=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF06D is #450F92. Grayscale: #D1D1D1. Windows color (decimal): -4525971 or 7205050. OLE color: 7205050.
HSL color Cylindrical-coordinate representation of color #BAF06D: hue angle of 84.73º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAF06D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 109 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.06 |
| HSL | 84.73º | 0.81% | 0.68% | - |
| HSV(B) | 84.73º | 0.55% | 0.94% | - |
| XYZ | 54.17 | 73.86 | 25.87 | - |
| YUV | 208.92 | 71.61 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 109 | 0.22 | 0 | 0.55 | 0.06 | 84.73 | 0.81 | 0.68 |
| Hex | BA | F0 | 6D | 16 | 0 | 37 | 6 | 55 | 51 | 44 |
| Octal | 272 | 360 | 155 | 26 | 0 | 67 | 6 | 125 | 121 | 104 |
| Binary | 10111010 | 11110000 | 1101101 | 10110 | 0 | 110111 | 110 | 1010101 | 1010001 | 1000100 |
Color Harmonies of #BAF06D
Complementary color
Monochromatic Colors of #BAF06D
Black with #BAF06D
Text Example
Text Example
White with #BAF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF06D; }
p { color: rgb(186,240,109); }
H1.HeaderClassName
{
color: #BAF06D;
}
.AnyTagClassName
{
color: #BAF06D;
}
</style>
background-color css
<style>
a { background-color: #BAF06D; }
a { background-color: rgb(186,240,109); }
div.DivClassName
{
background-color: #BAF06D;
}
.BgClassName
{
background-color: #BAF06D;
}
</style>
border-color css
<style>
span { border-color: #BAF06D; }
span { border-color: rgb(186,240,109); }
td.TdClassName
{
border-color: #BAF06D;
}
.TagClassName
{
border-color: #BAF06D;
}
</style>