Shades of Sprout #BACA9B
Tints of Sprout #BACA9B
RGB
CMYK
RGB Variations
Color information
#BACA9B (or 0xBACA9B) is known color: Sprout. HEX triplet: BA, CA and 9B. RGB value is (186,202,155). Sum of RGB (Red+Green+Blue) = 186+202+155=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA9B is #453564. Grayscale: #C0C0C0. Windows color (decimal): -4535653 or 10209978. OLE color: 10209978.
HSL color Cylindrical-coordinate representation of color #BACA9B: hue angle of 80.43º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACA9B is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 155 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.21 |
| HSL | 80.43º | 0.31% | 0.7% | - |
| HSV(B) | 80.43º | 0.23% | 0.79% | - |
| XYZ | 47.29 | 55.05 | 39.14 | - |
| YUV | 191.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 155 | 0.08 | 0 | 0.23 | 0.21 | 80.43 | 0.31 | 0.7 |
| Hex | BA | CA | 9B | 8 | 0 | 17 | 15 | 50 | 1F | 46 |
| Octal | 272 | 312 | 233 | 10 | 0 | 27 | 25 | 120 | 37 | 106 |
| Binary | 10111010 | 11001010 | 10011011 | 1000 | 0 | 10111 | 10101 | 1010000 | 11111 | 1000110 |
Color Harmonies of #BACA9B
Complementary color
Monochromatic Colors of #BACA9B
Black with #BACA9B
Text Example
Text Example
White with #BACA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA9B; }
p { color: rgb(186,202,155); }
H1.HeaderClassName
{
color: #BACA9B;
}
.AnyTagClassName
{
color: #BACA9B;
}
</style>
background-color css
<style>
a { background-color: #BACA9B; }
a { background-color: rgb(186,202,155); }
div.DivClassName
{
background-color: #BACA9B;
}
.BgClassName
{
background-color: #BACA9B;
}
</style>
border-color css
<style>
span { border-color: #BACA9B; }
span { border-color: rgb(186,202,155); }
td.TdClassName
{
border-color: #BACA9B;
}
.TagClassName
{
border-color: #BACA9B;
}
</style>