Shades of Sprout #BDDB93
Tints of Sprout #BDDB93
RGB
CMYK
RGB Variations
Color information
#BDDB93 (or 0xBDDB93) is known color: Sprout. HEX triplet: BD, DB and 93. RGB value is (189,219,147). Sum of RGB (Red+Green+Blue) = 189+219+147=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB93 is #42246C. Grayscale: #CACACA. Windows color (decimal): -4334701 or 9690045. OLE color: 9690045.
HSL color Cylindrical-coordinate representation of color #BDDB93: hue angle of 85º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDDB93 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 147 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.14 |
| HSL | 85º | 0.5% | 0.72% | - |
| HSV(B) | 85º | 0.33% | 0.86% | - |
| XYZ | 51.58 | 63.59 | 37.16 | - |
| YUV | 201.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 147 | 0.14 | 0 | 0.33 | 0.14 | 85 | 0.5 | 0.72 |
| Hex | BD | DB | 93 | E | 0 | 21 | E | 55 | 32 | 48 |
| Octal | 275 | 333 | 223 | 16 | 0 | 41 | 16 | 125 | 62 | 110 |
| Binary | 10111101 | 11011011 | 10010011 | 1110 | 0 | 100001 | 1110 | 1010101 | 110010 | 1001000 |
Color Harmonies of #BDDB93
Complementary color
Monochromatic Colors of #BDDB93
Black with #BDDB93
Text Example
Text Example
White with #BDDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB93; }
p { color: rgb(189,219,147); }
H1.HeaderClassName
{
color: #BDDB93;
}
.AnyTagClassName
{
color: #BDDB93;
}
</style>
background-color css
<style>
a { background-color: #BDDB93; }
a { background-color: rgb(189,219,147); }
div.DivClassName
{
background-color: #BDDB93;
}
.BgClassName
{
background-color: #BDDB93;
}
</style>
border-color css
<style>
span { border-color: #BDDB93; }
span { border-color: rgb(189,219,147); }
td.TdClassName
{
border-color: #BDDB93;
}
.TagClassName
{
border-color: #BDDB93;
}
</style>