Shades of Sprout #B2CF90
Tints of Sprout #B2CF90
RGB
CMYK
RGB Variations
Color information
#B2CF90 (or 0xB2CF90) is known color: Sprout. HEX triplet: B2, CF and 90. RGB value is (178,207,144). Sum of RGB (Red+Green+Blue) = 178+207+144=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CF90 is #4D306F. Grayscale: #BFBFBF. Windows color (decimal): -5058672 or 9490354. OLE color: 9490354.
HSL color Cylindrical-coordinate representation of color #B2CF90: hue angle of 87.62º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2CF90 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 144 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.19 |
| HSL | 87.62º | 0.4% | 0.69% | - |
| HSV(B) | 87.62º | 0.3% | 0.81% | - |
| XYZ | 45.71 | 56.1 | 34.81 | - |
| YUV | 191.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 144 | 0.14 | 0 | 0.30 | 0.19 | 87.62 | 0.4 | 0.69 |
| Hex | B2 | CF | 90 | E | 0 | 1E | 13 | 58 | 28 | 45 |
| Octal | 262 | 317 | 220 | 16 | 0 | 36 | 23 | 130 | 50 | 105 |
| Binary | 10110010 | 11001111 | 10010000 | 1110 | 0 | 11110 | 10011 | 1011000 | 101000 | 1000101 |
Color Harmonies of #B2CF90
Complementary color
Monochromatic Colors of #B2CF90
Black with #B2CF90
Text Example
Text Example
White with #B2CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF90; }
p { color: rgb(178,207,144); }
H1.HeaderClassName
{
color: #B2CF90;
}
.AnyTagClassName
{
color: #B2CF90;
}
</style>
background-color css
<style>
a { background-color: #B2CF90; }
a { background-color: rgb(178,207,144); }
div.DivClassName
{
background-color: #B2CF90;
}
.BgClassName
{
background-color: #B2CF90;
}
</style>
border-color css
<style>
span { border-color: #B2CF90; }
span { border-color: rgb(178,207,144); }
td.TdClassName
{
border-color: #B2CF90;
}
.TagClassName
{
border-color: #B2CF90;
}
</style>