Shades of Sprout #B3CA9E
Tints of Sprout #B3CA9E
RGB
CMYK
RGB Variations
Color information
#B3CA9E (or 0xB3CA9E) is known color: Sprout. HEX triplet: B3, CA and 9E. RGB value is (179,202,158). Sum of RGB (Red+Green+Blue) = 179+202+158=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA9E is #4C3561. Grayscale: #BEBEBE. Windows color (decimal): -4994402 or 10406579. OLE color: 10406579.
HSL color Cylindrical-coordinate representation of color #B3CA9E: hue angle of 91.36º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3CA9E is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 158 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.21 |
| HSL | 91.36º | 0.29% | 0.71% | - |
| HSV(B) | 91.36º | 0.22% | 0.79% | - |
| XYZ | 45.88 | 54.29 | 40.41 | - |
| YUV | 190.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 158 | 0.11 | 0 | 0.22 | 0.21 | 91.36 | 0.29 | 0.71 |
| Hex | B3 | CA | 9E | B | 0 | 16 | 15 | 5B | 1D | 47 |
| Octal | 263 | 312 | 236 | 13 | 0 | 26 | 25 | 133 | 35 | 107 |
| Binary | 10110011 | 11001010 | 10011110 | 1011 | 0 | 10110 | 10101 | 1011011 | 11101 | 1000111 |
Color Harmonies of #B3CA9E
Complementary color
Monochromatic Colors of #B3CA9E
Black with #B3CA9E
Text Example
Text Example
White with #B3CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA9E; }
p { color: rgb(179,202,158); }
H1.HeaderClassName
{
color: #B3CA9E;
}
.AnyTagClassName
{
color: #B3CA9E;
}
</style>
background-color css
<style>
a { background-color: #B3CA9E; }
a { background-color: rgb(179,202,158); }
div.DivClassName
{
background-color: #B3CA9E;
}
.BgClassName
{
background-color: #B3CA9E;
}
</style>
border-color css
<style>
span { border-color: #B3CA9E; }
span { border-color: rgb(179,202,158); }
td.TdClassName
{
border-color: #B3CA9E;
}
.TagClassName
{
border-color: #B3CA9E;
}
</style>