Shades of Sprout #BECA98
Tints of Sprout #BECA98
RGB
CMYK
RGB Variations
Color information
#BECA98 (or 0xBECA98) is known color: Sprout. HEX triplet: BE, CA and 98. RGB value is (190,202,152). Sum of RGB (Red+Green+Blue) = 190+202+152=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA98 is #413567. Grayscale: #C0C0C0. Windows color (decimal): -4273512 or 10013374. OLE color: 10013374.
HSL color Cylindrical-coordinate representation of color #BECA98: hue angle of 74.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECA98 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 152 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.21 |
| HSL | 74.4º | 0.32% | 0.69% | - |
| HSV(B) | 74.4º | 0.25% | 0.79% | - |
| XYZ | 48.02 | 55.46 | 37.88 | - |
| YUV | 192.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 152 | 0.06 | 0 | 0.25 | 0.21 | 74.4 | 0.32 | 0.69 |
| Hex | BE | CA | 98 | 6 | 0 | 19 | 15 | 4A | 20 | 45 |
| Octal | 276 | 312 | 230 | 6 | 0 | 31 | 25 | 112 | 40 | 105 |
| Binary | 10111110 | 11001010 | 10011000 | 110 | 0 | 11001 | 10101 | 1001010 | 100000 | 1000101 |
Color Harmonies of #BECA98
Complementary color
Monochromatic Colors of #BECA98
Black with #BECA98
Text Example
Text Example
White with #BECA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA98; }
p { color: rgb(190,202,152); }
H1.HeaderClassName
{
color: #BECA98;
}
.AnyTagClassName
{
color: #BECA98;
}
</style>
background-color css
<style>
a { background-color: #BECA98; }
a { background-color: rgb(190,202,152); }
div.DivClassName
{
background-color: #BECA98;
}
.BgClassName
{
background-color: #BECA98;
}
</style>
border-color css
<style>
span { border-color: #BECA98; }
span { border-color: rgb(190,202,152); }
td.TdClassName
{
border-color: #BECA98;
}
.TagClassName
{
border-color: #BECA98;
}
</style>