Shades of Sprout #B1CA9D
Tints of Sprout #B1CA9D
RGB
CMYK
RGB Variations
Color information
#B1CA9D (or 0xB1CA9D) is known color: Sprout. HEX triplet: B1, CA and 9D. RGB value is (177,202,157). Sum of RGB (Red+Green+Blue) = 177+202+157=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA9D is #4E3562. Grayscale: #BDBDBD. Windows color (decimal): -5125475 or 10341041. OLE color: 10341041.
HSL color Cylindrical-coordinate representation of color #B1CA9D: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1CA9D is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 157 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.21 |
| HSL | 93.33º | 0.3% | 0.7% | - |
| HSV(B) | 93.33º | 0.22% | 0.79% | - |
| XYZ | 45.34 | 54.02 | 39.94 | - |
| YUV | 189.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 157 | 0.12 | 0 | 0.22 | 0.21 | 93.33 | 0.3 | 0.7 |
| Hex | B1 | CA | 9D | C | 0 | 16 | 15 | 5D | 1E | 46 |
| Octal | 261 | 312 | 235 | 14 | 0 | 26 | 25 | 135 | 36 | 106 |
| Binary | 10110001 | 11001010 | 10011101 | 1100 | 0 | 10110 | 10101 | 1011101 | 11110 | 1000110 |
Color Harmonies of #B1CA9D
Complementary color
Monochromatic Colors of #B1CA9D
Black with #B1CA9D
Text Example
Text Example
White with #B1CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA9D; }
p { color: rgb(177,202,157); }
H1.HeaderClassName
{
color: #B1CA9D;
}
.AnyTagClassName
{
color: #B1CA9D;
}
</style>
background-color css
<style>
a { background-color: #B1CA9D; }
a { background-color: rgb(177,202,157); }
div.DivClassName
{
background-color: #B1CA9D;
}
.BgClassName
{
background-color: #B1CA9D;
}
</style>
border-color css
<style>
span { border-color: #B1CA9D; }
span { border-color: rgb(177,202,157); }
td.TdClassName
{
border-color: #B1CA9D;
}
.TagClassName
{
border-color: #B1CA9D;
}
</style>