Shades of Celery #BECD4D
Tints of Celery #BECD4D
RGB
CMYK
RGB Variations
Color information
#BECD4D (or 0xBECD4D) is known color: Celery. HEX triplet: BE, CD and 4D. RGB value is (190,205,77). Sum of RGB (Red+Green+Blue) = 190+205+77=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD4D is #4132B2. Grayscale: #BABABA. Windows color (decimal): -4272819 or 5098942. OLE color: 5098942.
HSL color Cylindrical-coordinate representation of color #BECD4D: hue angle of 67.03º 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 #BECD4D is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 77 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.20 |
| HSL | 67.03º | 0.56% | 0.55% | - |
| HSV(B) | 67.03º | 0.62% | 0.8% | - |
| XYZ | 44.41 | 55.15 | 15.32 | - |
| YUV | 185.92 | 66.53 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 77 | 0.07 | 0 | 0.62 | 0.20 | 67.03 | 0.56 | 0.55 |
| Hex | BE | CD | 4D | 7 | 0 | 3E | 14 | 43 | 38 | 37 |
| Octal | 276 | 315 | 115 | 7 | 0 | 76 | 24 | 103 | 70 | 67 |
| Binary | 10111110 | 11001101 | 1001101 | 111 | 0 | 111110 | 10100 | 1000011 | 111000 | 110111 |
Color Harmonies of #BECD4D
Complementary color
Monochromatic Colors of #BECD4D
Black with #BECD4D
Text Example
Text Example
White with #BECD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD4D; }
p { color: rgb(190,205,77); }
H1.HeaderClassName
{
color: #BECD4D;
}
.AnyTagClassName
{
color: #BECD4D;
}
</style>
background-color css
<style>
a { background-color: #BECD4D; }
a { background-color: rgb(190,205,77); }
div.DivClassName
{
background-color: #BECD4D;
}
.BgClassName
{
background-color: #BECD4D;
}
</style>
border-color css
<style>
span { border-color: #BECD4D; }
span { border-color: rgb(190,205,77); }
td.TdClassName
{
border-color: #BECD4D;
}
.TagClassName
{
border-color: #BECD4D;
}
</style>