Shades of Celery #BECC47
Tints of Celery #BECC47
RGB
CMYK
RGB Variations
Color information
#BECC47 (or 0xBECC47) is known color: Celery. HEX triplet: BE, CC and 47. RGB value is (190,204,71). Sum of RGB (Red+Green+Blue) = 190+204+71=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC47 is #4133B8. Grayscale: #B9B9B9. Windows color (decimal): -4273081 or 4705470. OLE color: 4705470.
HSL color Cylindrical-coordinate representation of color #BECC47: hue angle of 66.32º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BECC47 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 71 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.2 |
| HSL | 66.32º | 0.57% | 0.54% | - |
| HSV(B) | 66.32º | 0.65% | 0.8% | - |
| XYZ | 43.97 | 54.59 | 14.18 | - |
| YUV | 184.65 | 63.86 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 71 | 0.07 | 0 | 0.65 | 0.2 | 66.32 | 0.57 | 0.54 |
| Hex | BE | CC | 47 | 7 | 0 | 41 | 14 | 42 | 39 | 36 |
| Octal | 276 | 314 | 107 | 7 | 0 | 101 | 24 | 102 | 71 | 66 |
| Binary | 10111110 | 11001100 | 1000111 | 111 | 0 | 1000001 | 10100 | 1000010 | 111001 | 110110 |
Color Harmonies of #BECC47
Complementary color
Monochromatic Colors of #BECC47
Black with #BECC47
Text Example
Text Example
White with #BECC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC47; }
p { color: rgb(190,204,71); }
H1.HeaderClassName
{
color: #BECC47;
}
.AnyTagClassName
{
color: #BECC47;
}
</style>
background-color css
<style>
a { background-color: #BECC47; }
a { background-color: rgb(190,204,71); }
div.DivClassName
{
background-color: #BECC47;
}
.BgClassName
{
background-color: #BECC47;
}
</style>
border-color css
<style>
span { border-color: #BECC47; }
span { border-color: rgb(190,204,71); }
td.TdClassName
{
border-color: #BECC47;
}
.TagClassName
{
border-color: #BECC47;
}
</style>