Shades of Sprout #BED78C
Tints of Sprout #BED78C
RGB
CMYK
RGB Variations
Color information
#BED78C (or 0xBED78C) is known color: Sprout. HEX triplet: BE, D7 and 8C. RGB value is (190,215,140). Sum of RGB (Red+Green+Blue) = 190+215+140=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #BED78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED78C is #412873. Grayscale: #C7C7C7. Windows color (decimal): -4270196 or 9230270. OLE color: 9230270.
HSL color Cylindrical-coordinate representation of color #BED78C: hue angle of 80º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BED78C is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 140 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.16 |
| HSL | 80º | 0.48% | 0.7% | - |
| HSV(B) | 80º | 0.35% | 0.84% | - |
| XYZ | 50.27 | 61.44 | 34.02 | - |
| YUV | 198.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 140 | 0.12 | 0 | 0.35 | 0.16 | 80 | 0.48 | 0.7 |
| Hex | BE | D7 | 8C | C | 0 | 23 | 10 | 50 | 30 | 46 |
| Octal | 276 | 327 | 214 | 14 | 0 | 43 | 20 | 120 | 60 | 106 |
| Binary | 10111110 | 11010111 | 10001100 | 1100 | 0 | 100011 | 10000 | 1010000 | 110000 | 1000110 |
Color Harmonies of #BED78C
Complementary color
Monochromatic Colors of #BED78C
Black with #BED78C
Text Example
Text Example
White with #BED78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED78C; }
p { color: rgb(190,215,140); }
H1.HeaderClassName
{
color: #BED78C;
}
.AnyTagClassName
{
color: #BED78C;
}
</style>
background-color css
<style>
a { background-color: #BED78C; }
a { background-color: rgb(190,215,140); }
div.DivClassName
{
background-color: #BED78C;
}
.BgClassName
{
background-color: #BED78C;
}
</style>
border-color css
<style>
span { border-color: #BED78C; }
span { border-color: rgb(190,215,140); }
td.TdClassName
{
border-color: #BED78C;
}
.TagClassName
{
border-color: #BED78C;
}
</style>