Shades of Sulu #BAF08D
Tints of Sulu #BAF08D
RGB
CMYK
RGB Variations
Color information
#BAF08D (or 0xBAF08D) is known color: Sulu. HEX triplet: BA, F0 and 8D. RGB value is (186,240,141). Sum of RGB (Red+Green+Blue) = 186+240+141=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF08D is #450F72. Grayscale: #D4D4D4. Windows color (decimal): -4525939 or 9302202. OLE color: 9302202.
HSL color Cylindrical-coordinate representation of color #BAF08D: hue angle of 92.73º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAF08D is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 141 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.06 |
| HSL | 92.73º | 0.77% | 0.75% | - |
| HSV(B) | 92.73º | 0.41% | 0.94% | - |
| XYZ | 56.22 | 74.68 | 36.65 | - |
| YUV | 212.57 | 87.61 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 141 | 0.22 | 0 | 0.41 | 0.06 | 92.73 | 0.77 | 0.75 |
| Hex | BA | F0 | 8D | 16 | 0 | 29 | 6 | 5D | 4D | 4B |
| Octal | 272 | 360 | 215 | 26 | 0 | 51 | 6 | 135 | 115 | 113 |
| Binary | 10111010 | 11110000 | 10001101 | 10110 | 0 | 101001 | 110 | 1011101 | 1001101 | 1001011 |
Color Harmonies of #BAF08D
Complementary color
Monochromatic Colors of #BAF08D
Black with #BAF08D
Text Example
Text Example
White with #BAF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF08D; }
p { color: rgb(186,240,141); }
H1.HeaderClassName
{
color: #BAF08D;
}
.AnyTagClassName
{
color: #BAF08D;
}
</style>
background-color css
<style>
a { background-color: #BAF08D; }
a { background-color: rgb(186,240,141); }
div.DivClassName
{
background-color: #BAF08D;
}
.BgClassName
{
background-color: #BAF08D;
}
</style>
border-color css
<style>
span { border-color: #BAF08D; }
span { border-color: rgb(186,240,141); }
td.TdClassName
{
border-color: #BAF08D;
}
.TagClassName
{
border-color: #BAF08D;
}
</style>