Shades of Sprout #BDDB94
Tints of Sprout #BDDB94
RGB
CMYK
RGB Variations
Color information
#BDDB94 (or 0xBDDB94) is known color: Sprout. HEX triplet: BD, DB and 94. RGB value is (189,219,148). Sum of RGB (Red+Green+Blue) = 189+219+148=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB94 is #42246B. Grayscale: #CACACA. Windows color (decimal): -4334700 or 9755581. OLE color: 9755581.
HSL color Cylindrical-coordinate representation of color #BDDB94: hue angle of 85.35º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDDB94 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 148 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.14 |
| HSL | 85.35º | 0.5% | 0.72% | - |
| HSV(B) | 85.35º | 0.32% | 0.86% | - |
| XYZ | 51.66 | 63.62 | 37.57 | - |
| YUV | 201.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 148 | 0.14 | 0 | 0.32 | 0.14 | 85.35 | 0.5 | 0.72 |
| Hex | BD | DB | 94 | E | 0 | 20 | E | 55 | 32 | 48 |
| Octal | 275 | 333 | 224 | 16 | 0 | 40 | 16 | 125 | 62 | 110 |
| Binary | 10111101 | 11011011 | 10010100 | 1110 | 0 | 100000 | 1110 | 1010101 | 110010 | 1001000 |
Color Harmonies of #BDDB94
Complementary color
Monochromatic Colors of #BDDB94
Black with #BDDB94
Text Example
Text Example
White with #BDDB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB94; }
p { color: rgb(189,219,148); }
H1.HeaderClassName
{
color: #BDDB94;
}
.AnyTagClassName
{
color: #BDDB94;
}
</style>
background-color css
<style>
a { background-color: #BDDB94; }
a { background-color: rgb(189,219,148); }
div.DivClassName
{
background-color: #BDDB94;
}
.BgClassName
{
background-color: #BDDB94;
}
</style>
border-color css
<style>
span { border-color: #BDDB94; }
span { border-color: rgb(189,219,148); }
td.TdClassName
{
border-color: #BDDB94;
}
.TagClassName
{
border-color: #BDDB94;
}
</style>