Shades of Sprout #BDD597
Tints of Sprout #BDD597
RGB
CMYK
RGB Variations
Color information
#BDD597 (or 0xBDD597) is known color: Sprout. HEX triplet: BD, D5 and 97. RGB value is (189,213,151). Sum of RGB (Red+Green+Blue) = 189+213+151=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD597 is #422A68. Grayscale: #C6C6C6. Windows color (decimal): -4336233 or 9950653. OLE color: 9950653.
HSL color Cylindrical-coordinate representation of color #BDD597: hue angle of 83.23º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDD597 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 151 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.16 |
| HSL | 83.23º | 0.42% | 0.71% | - |
| HSV(B) | 83.23º | 0.29% | 0.84% | - |
| XYZ | 50.37 | 60.64 | 38.33 | - |
| YUV | 198.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 151 | 0.11 | 0 | 0.29 | 0.16 | 83.23 | 0.42 | 0.71 |
| Hex | BD | D5 | 97 | B | 0 | 1D | 10 | 53 | 2A | 47 |
| Octal | 275 | 325 | 227 | 13 | 0 | 35 | 20 | 123 | 52 | 107 |
| Binary | 10111101 | 11010101 | 10010111 | 1011 | 0 | 11101 | 10000 | 1010011 | 101010 | 1000111 |
Color Harmonies of #BDD597
Complementary color
Monochromatic Colors of #BDD597
Black with #BDD597
Text Example
Text Example
White with #BDD597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD597; }
p { color: rgb(189,213,151); }
H1.HeaderClassName
{
color: #BDD597;
}
.AnyTagClassName
{
color: #BDD597;
}
</style>
background-color css
<style>
a { background-color: #BDD597; }
a { background-color: rgb(189,213,151); }
div.DivClassName
{
background-color: #BDD597;
}
.BgClassName
{
background-color: #BDD597;
}
</style>
border-color css
<style>
span { border-color: #BDD597; }
span { border-color: rgb(189,213,151); }
td.TdClassName
{
border-color: #BDD597;
}
.TagClassName
{
border-color: #BDD597;
}
</style>