Shades of Sprout #BED592
Tints of Sprout #BED592
RGB
CMYK
RGB Variations
Color information
#BED592 (or 0xBED592) is known color: Sprout. HEX triplet: BE, D5 and 92. RGB value is (190,213,146). Sum of RGB (Red+Green+Blue) = 190+213+146=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 213 - color contains mainly: green. Hex color #BED592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED592 is #412A6D. Grayscale: #C6C6C6. Windows color (decimal): -4270702 or 9622974. OLE color: 9622974.
HSL color Cylindrical-coordinate representation of color #BED592: hue angle of 80.6º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BED592 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 146 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.16 |
| HSL | 80.6º | 0.44% | 0.7% | - |
| HSV(B) | 80.6º | 0.31% | 0.84% | - |
| XYZ | 50.22 | 60.61 | 36.25 | - |
| YUV | 198.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 146 | 0.11 | 0 | 0.31 | 0.16 | 80.6 | 0.44 | 0.7 |
| Hex | BE | D5 | 92 | B | 0 | 1F | 10 | 51 | 2C | 46 |
| Octal | 276 | 325 | 222 | 13 | 0 | 37 | 20 | 121 | 54 | 106 |
| Binary | 10111110 | 11010101 | 10010010 | 1011 | 0 | 11111 | 10000 | 1010001 | 101100 | 1000110 |
Color Harmonies of #BED592
Complementary color
Monochromatic Colors of #BED592
Black with #BED592
Text Example
Text Example
White with #BED592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED592; }
p { color: rgb(190,213,146); }
H1.HeaderClassName
{
color: #BED592;
}
.AnyTagClassName
{
color: #BED592;
}
</style>
background-color css
<style>
a { background-color: #BED592; }
a { background-color: rgb(190,213,146); }
div.DivClassName
{
background-color: #BED592;
}
.BgClassName
{
background-color: #BED592;
}
</style>
border-color css
<style>
span { border-color: #BED592; }
span { border-color: rgb(190,213,146); }
td.TdClassName
{
border-color: #BED592;
}
.TagClassName
{
border-color: #BED592;
}
</style>