Shades of Sulu #BAF86C
Tints of Sulu #BAF86C
RGB
CMYK
RGB Variations
Color information
#BAF86C (or 0xBAF86C) is known color: Sulu. HEX triplet: BA, F8 and 6C. RGB value is (186,248,108). Sum of RGB (Red+Green+Blue) = 186+248+108=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF86C is #450793. Grayscale: #D6D6D6. Windows color (decimal): -4523924 or 7141562. OLE color: 7141562.
HSL color Cylindrical-coordinate representation of color #BAF86C: hue angle of 86.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAF86C is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 108 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.03 |
| HSL | 86.57º | 0.91% | 0.7% | - |
| HSV(B) | 86.57º | 0.56% | 0.97% | - |
| XYZ | 56.52 | 78.66 | 26.39 | - |
| YUV | 213.5 | 68.46 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 108 | 0.25 | 0 | 0.56 | 0.03 | 86.57 | 0.91 | 0.7 |
| Hex | BA | F8 | 6C | 19 | 0 | 38 | 3 | 57 | 5B | 46 |
| Octal | 272 | 370 | 154 | 31 | 0 | 70 | 3 | 127 | 133 | 106 |
| Binary | 10111010 | 11111000 | 1101100 | 11001 | 0 | 111000 | 11 | 1010111 | 1011011 | 1000110 |
Color Harmonies of #BAF86C
Complementary color
Monochromatic Colors of #BAF86C
Black with #BAF86C
Text Example
Text Example
White with #BAF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF86C; }
p { color: rgb(186,248,108); }
H1.HeaderClassName
{
color: #BAF86C;
}
.AnyTagClassName
{
color: #BAF86C;
}
</style>
background-color css
<style>
a { background-color: #BAF86C; }
a { background-color: rgb(186,248,108); }
div.DivClassName
{
background-color: #BAF86C;
}
.BgClassName
{
background-color: #BAF86C;
}
</style>
border-color css
<style>
span { border-color: #BAF86C; }
span { border-color: rgb(186,248,108); }
td.TdClassName
{
border-color: #BAF86C;
}
.TagClassName
{
border-color: #BAF86C;
}
</style>