Shades of Celery #BECD4E
Tints of Celery #BECD4E
RGB
CMYK
RGB Variations
Color information
#BECD4E (or 0xBECD4E) is known color: Celery. HEX triplet: BE, CD and 4E. RGB value is (190,205,78). Sum of RGB (Red+Green+Blue) = 190+205+78=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD4E is #4132B1. Grayscale: #BABABA. Windows color (decimal): -4272818 or 5164478. OLE color: 5164478.
HSL color Cylindrical-coordinate representation of color #BECD4E: hue angle of 67.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BECD4E is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 78 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.20 |
| HSL | 67.09º | 0.56% | 0.55% | - |
| HSV(B) | 67.09º | 0.62% | 0.8% | - |
| XYZ | 44.44 | 55.16 | 15.51 | - |
| YUV | 186.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 78 | 0.07 | 0 | 0.62 | 0.20 | 67.09 | 0.56 | 0.55 |
| Hex | BE | CD | 4E | 7 | 0 | 3E | 14 | 43 | 38 | 37 |
| Octal | 276 | 315 | 116 | 7 | 0 | 76 | 24 | 103 | 70 | 67 |
| Binary | 10111110 | 11001101 | 1001110 | 111 | 0 | 111110 | 10100 | 1000011 | 111000 | 110111 |
Color Harmonies of #BECD4E
Complementary color
Monochromatic Colors of #BECD4E
Black with #BECD4E
Text Example
Text Example
White with #BECD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD4E; }
p { color: rgb(190,205,78); }
H1.HeaderClassName
{
color: #BECD4E;
}
.AnyTagClassName
{
color: #BECD4E;
}
</style>
background-color css
<style>
a { background-color: #BECD4E; }
a { background-color: rgb(190,205,78); }
div.DivClassName
{
background-color: #BECD4E;
}
.BgClassName
{
background-color: #BECD4E;
}
</style>
border-color css
<style>
span { border-color: #BECD4E; }
span { border-color: rgb(190,205,78); }
td.TdClassName
{
border-color: #BECD4E;
}
.TagClassName
{
border-color: #BECD4E;
}
</style>