Shades of Sprout #BED098
Tints of Sprout #BED098
RGB
CMYK
RGB Variations
Color information
#BED098 (or 0xBED098) is known color: Sprout. HEX triplet: BE, D0 and 98. RGB value is (190,208,152). Sum of RGB (Red+Green+Blue) = 190+208+152=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #BED098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED098 is #412F67. Grayscale: #C4C4C4. Windows color (decimal): -4271976 or 10014910. OLE color: 10014910.
HSL color Cylindrical-coordinate representation of color #BED098: hue angle of 79.29º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BED098 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 152 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.18 |
| HSL | 79.29º | 0.37% | 0.71% | - |
| HSV(B) | 79.29º | 0.27% | 0.82% | - |
| XYZ | 49.46 | 58.33 | 38.36 | - |
| YUV | 196.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 152 | 0.09 | 0 | 0.27 | 0.18 | 79.29 | 0.37 | 0.71 |
| Hex | BE | D0 | 98 | 9 | 0 | 1B | 12 | 4F | 25 | 47 |
| Octal | 276 | 320 | 230 | 11 | 0 | 33 | 22 | 117 | 45 | 107 |
| Binary | 10111110 | 11010000 | 10011000 | 1001 | 0 | 11011 | 10010 | 1001111 | 100101 | 1000111 |
Color Harmonies of #BED098
Complementary color
Monochromatic Colors of #BED098
Black with #BED098
Text Example
Text Example
White with #BED098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED098; }
p { color: rgb(190,208,152); }
H1.HeaderClassName
{
color: #BED098;
}
.AnyTagClassName
{
color: #BED098;
}
</style>
background-color css
<style>
a { background-color: #BED098; }
a { background-color: rgb(190,208,152); }
div.DivClassName
{
background-color: #BED098;
}
.BgClassName
{
background-color: #BED098;
}
</style>
border-color css
<style>
span { border-color: #BED098; }
span { border-color: rgb(190,208,152); }
td.TdClassName
{
border-color: #BED098;
}
.TagClassName
{
border-color: #BED098;
}
</style>