Shades of Sprout #B5CC8D
Tints of Sprout #B5CC8D
RGB
CMYK
RGB Variations
Color information
#B5CC8D (or 0xB5CC8D) is known color: Sprout. HEX triplet: B5, CC and 8D. RGB value is (181,204,141). Sum of RGB (Red+Green+Blue) = 181+204+141=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CC8D is #4A3372. Grayscale: #BEBEBE. Windows color (decimal): -4862835 or 9292981. OLE color: 9292981.
HSL color Cylindrical-coordinate representation of color #B5CC8D: hue angle of 81.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5CC8D is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 204 | 141 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.2 |
| HSL | 81.9º | 0.38% | 0.68% | - |
| HSV(B) | 81.9º | 0.31% | 0.8% | - |
| XYZ | 45.46 | 54.93 | 33.41 | - |
| YUV | 189.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 141 | 0.11 | 0 | 0.31 | 0.2 | 81.9 | 0.38 | 0.68 |
| Hex | B5 | CC | 8D | B | 0 | 1F | 14 | 52 | 26 | 44 |
| Octal | 265 | 314 | 215 | 13 | 0 | 37 | 24 | 122 | 46 | 104 |
| Binary | 10110101 | 11001100 | 10001101 | 1011 | 0 | 11111 | 10100 | 1010010 | 100110 | 1000100 |
Color Harmonies of #B5CC8D
Complementary color
Monochromatic Colors of #B5CC8D
Black with #B5CC8D
Text Example
Text Example
White with #B5CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CC8D; }
p { color: rgb(181,204,141); }
H1.HeaderClassName
{
color: #B5CC8D;
}
.AnyTagClassName
{
color: #B5CC8D;
}
</style>
background-color css
<style>
a { background-color: #B5CC8D; }
a { background-color: rgb(181,204,141); }
div.DivClassName
{
background-color: #B5CC8D;
}
.BgClassName
{
background-color: #B5CC8D;
}
</style>
border-color css
<style>
span { border-color: #B5CC8D; }
span { border-color: rgb(181,204,141); }
td.TdClassName
{
border-color: #B5CC8D;
}
.TagClassName
{
border-color: #B5CC8D;
}
</style>