Shades of Sprout #B2BF9E
Tints of Sprout #B2BF9E
RGB
CMYK
RGB Variations
Color information
#B2BF9E (or 0xB2BF9E) is known color: Sprout. HEX triplet: B2, BF and 9E. RGB value is (178,191,158). Sum of RGB (Red+Green+Blue) = 178+191+158=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF9E is #4D4061. Grayscale: #B7B7B7. Windows color (decimal): -5062754 or 10403762. OLE color: 10403762.
HSL color Cylindrical-coordinate representation of color #B2BF9E: hue angle of 83.64º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2BF9E is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 158 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.25 |
| HSL | 83.64º | 0.2% | 0.68% | - |
| HSV(B) | 83.64º | 0.17% | 0.75% | - |
| XYZ | 43.16 | 49.2 | 39.57 | - |
| YUV | 183.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 158 | 0.07 | 0 | 0.17 | 0.25 | 83.64 | 0.2 | 0.68 |
| Hex | B2 | BF | 9E | 7 | 0 | 11 | 19 | 54 | 14 | 44 |
| Octal | 262 | 277 | 236 | 7 | 0 | 21 | 31 | 124 | 24 | 104 |
| Binary | 10110010 | 10111111 | 10011110 | 111 | 0 | 10001 | 11001 | 1010100 | 10100 | 1000100 |
Color Harmonies of #B2BF9E
Complementary color
Monochromatic Colors of #B2BF9E
Black with #B2BF9E
Text Example
Text Example
White with #B2BF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF9E; }
p { color: rgb(178,191,158); }
H1.HeaderClassName
{
color: #B2BF9E;
}
.AnyTagClassName
{
color: #B2BF9E;
}
</style>
background-color css
<style>
a { background-color: #B2BF9E; }
a { background-color: rgb(178,191,158); }
div.DivClassName
{
background-color: #B2BF9E;
}
.BgClassName
{
background-color: #B2BF9E;
}
</style>
border-color css
<style>
span { border-color: #B2BF9E; }
span { border-color: rgb(178,191,158); }
td.TdClassName
{
border-color: #B2BF9E;
}
.TagClassName
{
border-color: #B2BF9E;
}
</style>