Shades of Sprout #B3CF8B
Tints of Sprout #B3CF8B
RGB
CMYK
RGB Variations
Color information
#B3CF8B (or 0xB3CF8B) is known color: Sprout. HEX triplet: B3, CF and 8B. RGB value is (179,207,139). Sum of RGB (Red+Green+Blue) = 179+207+139=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CF8B is #4C3074. Grayscale: #BFBFBF. Windows color (decimal): -4993141 or 9162675. OLE color: 9162675.
HSL color Cylindrical-coordinate representation of color #B3CF8B: hue angle of 84.71º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3CF8B is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 139 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.19 |
| HSL | 84.71º | 0.41% | 0.68% | - |
| HSV(B) | 84.71º | 0.33% | 0.81% | - |
| XYZ | 45.56 | 56.07 | 32.85 | - |
| YUV | 190.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 139 | 0.14 | 0 | 0.33 | 0.19 | 84.71 | 0.41 | 0.68 |
| Hex | B3 | CF | 8B | E | 0 | 21 | 13 | 55 | 29 | 44 |
| Octal | 263 | 317 | 213 | 16 | 0 | 41 | 23 | 125 | 51 | 104 |
| Binary | 10110011 | 11001111 | 10001011 | 1110 | 0 | 100001 | 10011 | 1010101 | 101001 | 1000100 |
Color Harmonies of #B3CF8B
Complementary color
Monochromatic Colors of #B3CF8B
Black with #B3CF8B
Text Example
Text Example
White with #B3CF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CF8B; }
p { color: rgb(179,207,139); }
H1.HeaderClassName
{
color: #B3CF8B;
}
.AnyTagClassName
{
color: #B3CF8B;
}
</style>
background-color css
<style>
a { background-color: #B3CF8B; }
a { background-color: rgb(179,207,139); }
div.DivClassName
{
background-color: #B3CF8B;
}
.BgClassName
{
background-color: #B3CF8B;
}
</style>
border-color css
<style>
span { border-color: #B3CF8B; }
span { border-color: rgb(179,207,139); }
td.TdClassName
{
border-color: #B3CF8B;
}
.TagClassName
{
border-color: #B3CF8B;
}
</style>