Shades of Sprout #BDD69A
Tints of Sprout #BDD69A
RGB
CMYK
RGB Variations
Color information
#BDD69A (or 0xBDD69A) is known color: Sprout. HEX triplet: BD, D6 and 9A. RGB value is (189,214,154). Sum of RGB (Red+Green+Blue) = 189+214+154=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD69A is #422965. Grayscale: #C7C7C7. Windows color (decimal): -4335974 or 10147517. OLE color: 10147517.
HSL color Cylindrical-coordinate representation of color #BDD69A: hue angle of 85º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD69A is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 154 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.16 |
| HSL | 85º | 0.42% | 0.72% | - |
| HSV(B) | 85º | 0.28% | 0.84% | - |
| XYZ | 50.87 | 61.25 | 39.71 | - |
| YUV | 199.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 154 | 0.12 | 0 | 0.28 | 0.16 | 85 | 0.42 | 0.72 |
| Hex | BD | D6 | 9A | C | 0 | 1C | 10 | 55 | 2A | 48 |
| Octal | 275 | 326 | 232 | 14 | 0 | 34 | 20 | 125 | 52 | 110 |
| Binary | 10111101 | 11010110 | 10011010 | 1100 | 0 | 11100 | 10000 | 1010101 | 101010 | 1001000 |
Color Harmonies of #BDD69A
Complementary color
Monochromatic Colors of #BDD69A
Black with #BDD69A
Text Example
Text Example
White with #BDD69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD69A; }
p { color: rgb(189,214,154); }
H1.HeaderClassName
{
color: #BDD69A;
}
.AnyTagClassName
{
color: #BDD69A;
}
</style>
background-color css
<style>
a { background-color: #BDD69A; }
a { background-color: rgb(189,214,154); }
div.DivClassName
{
background-color: #BDD69A;
}
.BgClassName
{
background-color: #BDD69A;
}
</style>
border-color css
<style>
span { border-color: #BDD69A; }
span { border-color: rgb(189,214,154); }
td.TdClassName
{
border-color: #BDD69A;
}
.TagClassName
{
border-color: #BDD69A;
}
</style>