Shades of Celery #BECD4C
Tints of Celery #BECD4C
RGB
CMYK
RGB Variations
Color information
#BECD4C (or 0xBECD4C) is known color: Celery. HEX triplet: BE, CD and 4C. RGB value is (190,205,76). Sum of RGB (Red+Green+Blue) = 190+205+76=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD4C is #4132B3. Grayscale: #BABABA. Windows color (decimal): -4272820 or 5033406. OLE color: 5033406.
HSL color Cylindrical-coordinate representation of color #BECD4C: hue angle of 66.98º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BECD4C is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 76 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.20 |
| HSL | 66.98º | 0.56% | 0.55% | - |
| HSV(B) | 66.98º | 0.63% | 0.8% | - |
| XYZ | 44.37 | 55.13 | 15.14 | - |
| YUV | 185.81 | 66.03 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 76 | 0.07 | 0 | 0.63 | 0.20 | 66.98 | 0.56 | 0.55 |
| Hex | BE | CD | 4C | 7 | 0 | 3F | 14 | 43 | 38 | 37 |
| Octal | 276 | 315 | 114 | 7 | 0 | 77 | 24 | 103 | 70 | 67 |
| Binary | 10111110 | 11001101 | 1001100 | 111 | 0 | 111111 | 10100 | 1000011 | 111000 | 110111 |
Color Harmonies of #BECD4C
Complementary color
Monochromatic Colors of #BECD4C
Black with #BECD4C
Text Example
Text Example
White with #BECD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD4C; }
p { color: rgb(190,205,76); }
H1.HeaderClassName
{
color: #BECD4C;
}
.AnyTagClassName
{
color: #BECD4C;
}
</style>
background-color css
<style>
a { background-color: #BECD4C; }
a { background-color: rgb(190,205,76); }
div.DivClassName
{
background-color: #BECD4C;
}
.BgClassName
{
background-color: #BECD4C;
}
</style>
border-color css
<style>
span { border-color: #BECD4C; }
span { border-color: rgb(190,205,76); }
td.TdClassName
{
border-color: #BECD4C;
}
.TagClassName
{
border-color: #BECD4C;
}
</style>