Shades of Sprout #BACF9B
Tints of Sprout #BACF9B
RGB
CMYK
RGB Variations
Color information
#BACF9B (or 0xBACF9B) is known color: Sprout. HEX triplet: BA, CF and 9B. RGB value is (186,207,155). Sum of RGB (Red+Green+Blue) = 186+207+155=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF9B is #453064. Grayscale: #C2C2C2. Windows color (decimal): -4534373 or 10211258. OLE color: 10211258.
HSL color Cylindrical-coordinate representation of color #BACF9B: hue angle of 84.23º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BACF9B is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 155 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.19 |
| HSL | 84.23º | 0.35% | 0.71% | - |
| HSV(B) | 84.23º | 0.25% | 0.81% | - |
| XYZ | 48.48 | 57.43 | 39.54 | - |
| YUV | 194.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 155 | 0.10 | 0 | 0.25 | 0.19 | 84.23 | 0.35 | 0.71 |
| Hex | BA | CF | 9B | A | 0 | 19 | 13 | 54 | 23 | 47 |
| Octal | 272 | 317 | 233 | 12 | 0 | 31 | 23 | 124 | 43 | 107 |
| Binary | 10111010 | 11001111 | 10011011 | 1010 | 0 | 11001 | 10011 | 1010100 | 100011 | 1000111 |
Color Harmonies of #BACF9B
Complementary color
Monochromatic Colors of #BACF9B
Black with #BACF9B
Text Example
Text Example
White with #BACF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF9B; }
p { color: rgb(186,207,155); }
H1.HeaderClassName
{
color: #BACF9B;
}
.AnyTagClassName
{
color: #BACF9B;
}
</style>
background-color css
<style>
a { background-color: #BACF9B; }
a { background-color: rgb(186,207,155); }
div.DivClassName
{
background-color: #BACF9B;
}
.BgClassName
{
background-color: #BACF9B;
}
</style>
border-color css
<style>
span { border-color: #BACF9B; }
span { border-color: rgb(186,207,155); }
td.TdClassName
{
border-color: #BACF9B;
}
.TagClassName
{
border-color: #BACF9B;
}
</style>