Shades of Sulu #BAF665
Tints of Sulu #BAF665
RGB
CMYK
RGB Variations
Color information
#BAF665 (or 0xBAF665) is known color: Sulu. HEX triplet: BA, F6 and 65. RGB value is (186,246,101). Sum of RGB (Red+Green+Blue) = 186+246+101=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF665 is #45099A. Grayscale: #D4D4D4. Windows color (decimal): -4524443 or 6682298. OLE color: 6682298.
HSL color Cylindrical-coordinate representation of color #BAF665: hue angle of 84.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAF665 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 101 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.04 |
| HSL | 84.83º | 0.89% | 0.68% | - |
| HSV(B) | 84.83º | 0.59% | 0.96% | - |
| XYZ | 55.55 | 77.29 | 24.3 | - |
| YUV | 211.53 | 65.62 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 101 | 0.24 | 0 | 0.59 | 0.04 | 84.83 | 0.89 | 0.68 |
| Hex | BA | F6 | 65 | 18 | 0 | 3B | 4 | 55 | 59 | 44 |
| Octal | 272 | 366 | 145 | 30 | 0 | 73 | 4 | 125 | 131 | 104 |
| Binary | 10111010 | 11110110 | 1100101 | 11000 | 0 | 111011 | 100 | 1010101 | 1011001 | 1000100 |
Color Harmonies of #BAF665
Complementary color
Monochromatic Colors of #BAF665
Black with #BAF665
Text Example
Text Example
White with #BAF665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF665; }
p { color: rgb(186,246,101); }
H1.HeaderClassName
{
color: #BAF665;
}
.AnyTagClassName
{
color: #BAF665;
}
</style>
background-color css
<style>
a { background-color: #BAF665; }
a { background-color: rgb(186,246,101); }
div.DivClassName
{
background-color: #BAF665;
}
.BgClassName
{
background-color: #BAF665;
}
</style>
border-color css
<style>
span { border-color: #BAF665; }
span { border-color: rgb(186,246,101); }
td.TdClassName
{
border-color: #BAF665;
}
.TagClassName
{
border-color: #BAF665;
}
</style>