Shades of Sprout #B3CA9A
Tints of Sprout #B3CA9A
RGB
CMYK
RGB Variations
Color information
#B3CA9A (or 0xB3CA9A) is known color: Sprout. HEX triplet: B3, CA and 9A. RGB value is (179,202,154). Sum of RGB (Red+Green+Blue) = 179+202+154=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA9A is #4C3565. Grayscale: #BDBDBD. Windows color (decimal): -4994406 or 10144435. OLE color: 10144435.
HSL color Cylindrical-coordinate representation of color #B3CA9A: hue angle of 88.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3CA9A is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 154 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.21 |
| HSL | 88.75º | 0.31% | 0.7% | - |
| HSV(B) | 88.75º | 0.24% | 0.79% | - |
| XYZ | 45.54 | 54.16 | 38.62 | - |
| YUV | 189.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 154 | 0.11 | 0 | 0.24 | 0.21 | 88.75 | 0.31 | 0.7 |
| Hex | B3 | CA | 9A | B | 0 | 18 | 15 | 59 | 1F | 46 |
| Octal | 263 | 312 | 232 | 13 | 0 | 30 | 25 | 131 | 37 | 106 |
| Binary | 10110011 | 11001010 | 10011010 | 1011 | 0 | 11000 | 10101 | 1011001 | 11111 | 1000110 |
Color Harmonies of #B3CA9A
Complementary color
Monochromatic Colors of #B3CA9A
Black with #B3CA9A
Text Example
Text Example
White with #B3CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA9A; }
p { color: rgb(179,202,154); }
H1.HeaderClassName
{
color: #B3CA9A;
}
.AnyTagClassName
{
color: #B3CA9A;
}
</style>
background-color css
<style>
a { background-color: #B3CA9A; }
a { background-color: rgb(179,202,154); }
div.DivClassName
{
background-color: #B3CA9A;
}
.BgClassName
{
background-color: #B3CA9A;
}
</style>
border-color css
<style>
span { border-color: #B3CA9A; }
span { border-color: rgb(179,202,154); }
td.TdClassName
{
border-color: #B3CA9A;
}
.TagClassName
{
border-color: #B3CA9A;
}
</style>