Shades of Sprout #B5C88F
Tints of Sprout #B5C88F
RGB
CMYK
RGB Variations
Color information
#B5C88F (or 0xB5C88F) is known color: Sprout. HEX triplet: B5, C8 and 8F. RGB value is (181,200,143). Sum of RGB (Red+Green+Blue) = 181+200+143=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C88F is #4A3770. Grayscale: #BCBCBC. Windows color (decimal): -4863857 or 9423029. OLE color: 9423029.
HSL color Cylindrical-coordinate representation of color #B5C88F: hue angle of 80º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5C88F is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 143 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.22 |
| HSL | 80º | 0.34% | 0.67% | - |
| HSV(B) | 80º | 0.29% | 0.78% | - |
| XYZ | 44.67 | 53.12 | 33.88 | - |
| YUV | 187.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 143 | 0.09 | 0 | 0.28 | 0.22 | 80 | 0.34 | 0.67 |
| Hex | B5 | C8 | 8F | 9 | 0 | 1C | 16 | 50 | 22 | 43 |
| Octal | 265 | 310 | 217 | 11 | 0 | 34 | 26 | 120 | 42 | 103 |
| Binary | 10110101 | 11001000 | 10001111 | 1001 | 0 | 11100 | 10110 | 1010000 | 100010 | 1000011 |
Color Harmonies of #B5C88F
Complementary color
Monochromatic Colors of #B5C88F
Black with #B5C88F
Text Example
Text Example
White with #B5C88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C88F; }
p { color: rgb(181,200,143); }
H1.HeaderClassName
{
color: #B5C88F;
}
.AnyTagClassName
{
color: #B5C88F;
}
</style>
background-color css
<style>
a { background-color: #B5C88F; }
a { background-color: rgb(181,200,143); }
div.DivClassName
{
background-color: #B5C88F;
}
.BgClassName
{
background-color: #B5C88F;
}
</style>
border-color css
<style>
span { border-color: #B5C88F; }
span { border-color: rgb(181,200,143); }
td.TdClassName
{
border-color: #B5C88F;
}
.TagClassName
{
border-color: #B5C88F;
}
</style>