Shades of Sprout #B2CF9A
Tints of Sprout #B2CF9A
RGB
CMYK
RGB Variations
Color information
#B2CF9A (or 0xB2CF9A) is known color: Sprout. HEX triplet: B2, CF and 9A. RGB value is (178,207,154). Sum of RGB (Red+Green+Blue) = 178+207+154=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CF9A is #4D3065. Grayscale: #C0C0C0. Windows color (decimal): -5058662 or 10145714. OLE color: 10145714.
HSL color Cylindrical-coordinate representation of color #B2CF9A: hue angle of 92.83º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2CF9A is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 154 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.19 |
| HSL | 92.83º | 0.36% | 0.71% | - |
| HSV(B) | 92.83º | 0.26% | 0.81% | - |
| XYZ | 46.51 | 56.42 | 39.01 | - |
| YUV | 192.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 154 | 0.14 | 0 | 0.26 | 0.19 | 92.83 | 0.36 | 0.71 |
| Hex | B2 | CF | 9A | E | 0 | 1A | 13 | 5D | 24 | 47 |
| Octal | 262 | 317 | 232 | 16 | 0 | 32 | 23 | 135 | 44 | 107 |
| Binary | 10110010 | 11001111 | 10011010 | 1110 | 0 | 11010 | 10011 | 1011101 | 100100 | 1000111 |
Color Harmonies of #B2CF9A
Complementary color
Monochromatic Colors of #B2CF9A
Black with #B2CF9A
Text Example
Text Example
White with #B2CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF9A; }
p { color: rgb(178,207,154); }
H1.HeaderClassName
{
color: #B2CF9A;
}
.AnyTagClassName
{
color: #B2CF9A;
}
</style>
background-color css
<style>
a { background-color: #B2CF9A; }
a { background-color: rgb(178,207,154); }
div.DivClassName
{
background-color: #B2CF9A;
}
.BgClassName
{
background-color: #B2CF9A;
}
</style>
border-color css
<style>
span { border-color: #B2CF9A; }
span { border-color: rgb(178,207,154); }
td.TdClassName
{
border-color: #B2CF9A;
}
.TagClassName
{
border-color: #B2CF9A;
}
</style>