Shades of Sprout #B2BE9C
Tints of Sprout #B2BE9C
RGB
CMYK
RGB Variations
Color information
#B2BE9C (or 0xB2BE9C) is known color: Sprout. HEX triplet: B2, BE and 9C. RGB value is (178,190,156). Sum of RGB (Red+Green+Blue) = 178+190+156=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE9C is #4D4163. Grayscale: #B6B6B6. Windows color (decimal): -5063012 or 10272434. OLE color: 10272434.
HSL color Cylindrical-coordinate representation of color #B2BE9C: hue angle of 81.18º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2BE9C is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 156 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.25 |
| HSL | 81.18º | 0.21% | 0.68% | - |
| HSV(B) | 81.18º | 0.18% | 0.75% | - |
| XYZ | 42.77 | 48.69 | 38.6 | - |
| YUV | 182.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 156 | 0.06 | 0 | 0.18 | 0.25 | 81.18 | 0.21 | 0.68 |
| Hex | B2 | BE | 9C | 6 | 0 | 12 | 19 | 51 | 15 | 44 |
| Octal | 262 | 276 | 234 | 6 | 0 | 22 | 31 | 121 | 25 | 104 |
| Binary | 10110010 | 10111110 | 10011100 | 110 | 0 | 10010 | 11001 | 1010001 | 10101 | 1000100 |
Color Harmonies of #B2BE9C
Complementary color
Monochromatic Colors of #B2BE9C
Black with #B2BE9C
Text Example
Text Example
White with #B2BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BE9C; }
p { color: rgb(178,190,156); }
H1.HeaderClassName
{
color: #B2BE9C;
}
.AnyTagClassName
{
color: #B2BE9C;
}
</style>
background-color css
<style>
a { background-color: #B2BE9C; }
a { background-color: rgb(178,190,156); }
div.DivClassName
{
background-color: #B2BE9C;
}
.BgClassName
{
background-color: #B2BE9C;
}
</style>
border-color css
<style>
span { border-color: #B2BE9C; }
span { border-color: rgb(178,190,156); }
td.TdClassName
{
border-color: #B2BE9C;
}
.TagClassName
{
border-color: #B2BE9C;
}
</style>