Shades of Sprout #B3CA8F
Tints of Sprout #B3CA8F
RGB
CMYK
RGB Variations
Color information
#B3CA8F (or 0xB3CA8F) is known color: Sprout. HEX triplet: B3, CA and 8F. RGB value is (179,202,143). Sum of RGB (Red+Green+Blue) = 179+202+143=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA8F is #4C3570. Grayscale: #BCBCBC. Windows color (decimal): -4994417 or 9423539. OLE color: 9423539.
HSL color Cylindrical-coordinate representation of color #B3CA8F: hue angle of 83.39º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3CA8F is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 143 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.21 |
| HSL | 83.39º | 0.36% | 0.68% | - |
| HSV(B) | 83.39º | 0.29% | 0.79% | - |
| XYZ | 44.67 | 53.81 | 34.02 | - |
| YUV | 188.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 143 | 0.11 | 0 | 0.29 | 0.21 | 83.39 | 0.36 | 0.68 |
| Hex | B3 | CA | 8F | B | 0 | 1D | 15 | 53 | 24 | 44 |
| Octal | 263 | 312 | 217 | 13 | 0 | 35 | 25 | 123 | 44 | 104 |
| Binary | 10110011 | 11001010 | 10001111 | 1011 | 0 | 11101 | 10101 | 1010011 | 100100 | 1000100 |
Color Harmonies of #B3CA8F
Complementary color
Monochromatic Colors of #B3CA8F
Black with #B3CA8F
Text Example
Text Example
White with #B3CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA8F; }
p { color: rgb(179,202,143); }
H1.HeaderClassName
{
color: #B3CA8F;
}
.AnyTagClassName
{
color: #B3CA8F;
}
</style>
background-color css
<style>
a { background-color: #B3CA8F; }
a { background-color: rgb(179,202,143); }
div.DivClassName
{
background-color: #B3CA8F;
}
.BgClassName
{
background-color: #B3CA8F;
}
</style>
border-color css
<style>
span { border-color: #B3CA8F; }
span { border-color: rgb(179,202,143); }
td.TdClassName
{
border-color: #B3CA8F;
}
.TagClassName
{
border-color: #B3CA8F;
}
</style>