Shades of Sprout #BDDB92
Tints of Sprout #BDDB92
RGB
CMYK
RGB Variations
Color information
#BDDB92 (or 0xBDDB92) is known color: Sprout. HEX triplet: BD, DB and 92. RGB value is (189,219,146). Sum of RGB (Red+Green+Blue) = 189+219+146=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB92 is #42246D. Grayscale: #C9C9C9. Windows color (decimal): -4334702 or 9624509. OLE color: 9624509.
HSL color Cylindrical-coordinate representation of color #BDDB92: hue angle of 84.66º 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 #BDDB92 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 146 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.14 |
| HSL | 84.66º | 0.5% | 0.72% | - |
| HSV(B) | 84.66º | 0.33% | 0.86% | - |
| XYZ | 51.51 | 63.56 | 36.75 | - |
| YUV | 201.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 146 | 0.14 | 0 | 0.33 | 0.14 | 84.66 | 0.5 | 0.72 |
| Hex | BD | DB | 92 | E | 0 | 21 | E | 55 | 32 | 48 |
| Octal | 275 | 333 | 222 | 16 | 0 | 41 | 16 | 125 | 62 | 110 |
| Binary | 10111101 | 11011011 | 10010010 | 1110 | 0 | 100001 | 1110 | 1010101 | 110010 | 1001000 |
Color Harmonies of #BDDB92
Complementary color
Monochromatic Colors of #BDDB92
Black with #BDDB92
Text Example
Text Example
White with #BDDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB92; }
p { color: rgb(189,219,146); }
H1.HeaderClassName
{
color: #BDDB92;
}
.AnyTagClassName
{
color: #BDDB92;
}
</style>
background-color css
<style>
a { background-color: #BDDB92; }
a { background-color: rgb(189,219,146); }
div.DivClassName
{
background-color: #BDDB92;
}
.BgClassName
{
background-color: #BDDB92;
}
</style>
border-color css
<style>
span { border-color: #BDDB92; }
span { border-color: rgb(189,219,146); }
td.TdClassName
{
border-color: #BDDB92;
}
.TagClassName
{
border-color: #BDDB92;
}
</style>