Shades of Sprout #BECC92
Tints of Sprout #BECC92
RGB
CMYK
RGB Variations
Color information
#BECC92 (or 0xBECC92) is known color: Sprout. HEX triplet: BE, CC and 92. RGB value is (190,204,146). Sum of RGB (Red+Green+Blue) = 190+204+146=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC92 is #41336D. Grayscale: #C1C1C1. Windows color (decimal): -4273006 or 9620670. OLE color: 9620670.
HSL color Cylindrical-coordinate representation of color #BECC92: hue angle of 74.48º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BECC92 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
RGB | 190 | 204 | 146 | - |
CMYK | 0.07 | 0 | 0.28 | 0.2 |
HSL | 74.48º | 0.36% | 0.69% | - |
HSV(B) | 74.48º | 0.28% | 0.8% | - |
XYZ | 48.02 | 56.21 | 35.51 | - |
YUV | 193.2 | 101.36 | 125.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 204 | 146 | 0.07 | 0 | 0.28 | 0.2 | 74.48 | 0.36 | 0.69 |
Hex | BE | CC | 92 | 7 | 0 | 1C | 14 | 4A | 24 | 45 |
Octal | 276 | 314 | 222 | 7 | 0 | 34 | 24 | 112 | 44 | 105 |
Binary | 10111110 | 11001100 | 10010010 | 111 | 0 | 11100 | 10100 | 1001010 | 100100 | 1000101 |
Color Harmonies of #BECC92
Complementary color
Monochromatic Colors of #BECC92
Black with #BECC92
Text Example
Text Example
White with #BECC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC92; }
p { color: rgb(190,204,146); }
H1.HeaderClassName
{
color: #BECC92;
}
.AnyTagClassName
{
color: #BECC92;
}
</style>
background-color css
<style>
a { background-color: #BECC92; }
a { background-color: rgb(190,204,146); }
div.DivClassName
{
background-color: #BECC92;
}
.BgClassName
{
background-color: #BECC92;
}
</style>
border-color css
<style>
span { border-color: #BECC92; }
span { border-color: rgb(190,204,146); }
td.TdClassName
{
border-color: #BECC92;
}
.TagClassName
{
border-color: #BECC92;
}
</style>