Shades of Sprout #BDD68B
Tints of Sprout #BDD68B
RGB
CMYK
RGB Variations
Color information
#BDD68B (or 0xBDD68B) is known color: Sprout. HEX triplet: BD, D6 and 8B. RGB value is (189,214,139). Sum of RGB (Red+Green+Blue) = 189+214+139=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD68B is #422974. Grayscale: #C6C6C6. Windows color (decimal): -4335989 or 9164477. OLE color: 9164477.
HSL color Cylindrical-coordinate representation of color #BDD68B: hue angle of 80º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDD68B is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 139 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.16 |
| HSL | 80º | 0.48% | 0.69% | - |
| HSV(B) | 80º | 0.35% | 0.84% | - |
| XYZ | 49.69 | 60.78 | 33.54 | - |
| YUV | 197.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 139 | 0.12 | 0 | 0.35 | 0.16 | 80 | 0.48 | 0.69 |
| Hex | BD | D6 | 8B | C | 0 | 23 | 10 | 50 | 30 | 45 |
| Octal | 275 | 326 | 213 | 14 | 0 | 43 | 20 | 120 | 60 | 105 |
| Binary | 10111101 | 11010110 | 10001011 | 1100 | 0 | 100011 | 10000 | 1010000 | 110000 | 1000101 |
Color Harmonies of #BDD68B
Complementary color
Monochromatic Colors of #BDD68B
Black with #BDD68B
Text Example
Text Example
White with #BDD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD68B; }
p { color: rgb(189,214,139); }
H1.HeaderClassName
{
color: #BDD68B;
}
.AnyTagClassName
{
color: #BDD68B;
}
</style>
background-color css
<style>
a { background-color: #BDD68B; }
a { background-color: rgb(189,214,139); }
div.DivClassName
{
background-color: #BDD68B;
}
.BgClassName
{
background-color: #BDD68B;
}
</style>
border-color css
<style>
span { border-color: #BDD68B; }
span { border-color: rgb(189,214,139); }
td.TdClassName
{
border-color: #BDD68B;
}
.TagClassName
{
border-color: #BDD68B;
}
</style>