Shades of Sprout #B5CD8D
Tints of Sprout #B5CD8D
RGB
CMYK
RGB Variations
Color information
#B5CD8D (or 0xB5CD8D) is known color: Sprout. HEX triplet: B5, CD and 8D. RGB value is (181,205,141). Sum of RGB (Red+Green+Blue) = 181+205+141=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CD8D is #4A3272. Grayscale: #BEBEBE. Windows color (decimal): -4862579 or 9293237. OLE color: 9293237.
HSL color Cylindrical-coordinate representation of color #B5CD8D: hue angle of 82.5º degrees, saturation: 0.39, 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 #B5CD8D is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
RGB | 181 | 205 | 141 | - |
CMYK | 0.12 | 0 | 0.31 | 0.20 |
HSL | 82.5º | 0.39% | 0.68% | - |
HSV(B) | 82.5º | 0.31% | 0.8% | - |
XYZ | 45.7 | 55.41 | 33.49 | - |
YUV | 190.53 | 100.05 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 205 | 141 | 0.12 | 0 | 0.31 | 0.20 | 82.5 | 0.39 | 0.68 |
Hex | B5 | CD | 8D | C | 0 | 1F | 14 | 52 | 27 | 44 |
Octal | 265 | 315 | 215 | 14 | 0 | 37 | 24 | 122 | 47 | 104 |
Binary | 10110101 | 11001101 | 10001101 | 1100 | 0 | 11111 | 10100 | 1010010 | 100111 | 1000100 |
Color Harmonies of #B5CD8D
Complementary color
Monochromatic Colors of #B5CD8D
Black with #B5CD8D
Text Example
Text Example
White with #B5CD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CD8D; }
p { color: rgb(181,205,141); }
H1.HeaderClassName
{
color: #B5CD8D;
}
.AnyTagClassName
{
color: #B5CD8D;
}
</style>
background-color css
<style>
a { background-color: #B5CD8D; }
a { background-color: rgb(181,205,141); }
div.DivClassName
{
background-color: #B5CD8D;
}
.BgClassName
{
background-color: #B5CD8D;
}
</style>
border-color css
<style>
span { border-color: #B5CD8D; }
span { border-color: rgb(181,205,141); }
td.TdClassName
{
border-color: #B5CD8D;
}
.TagClassName
{
border-color: #B5CD8D;
}
</style>