Shades of Celery #BECE44
Tints of Celery #BECE44
RGB
CMYK
RGB Variations
Color information
#BECE44 (or 0xBECE44) is known color: Celery. HEX triplet: BE, CE and 44. RGB value is (190,206,68). Sum of RGB (Red+Green+Blue) = 190+206+68=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE44 is #4131BB. Grayscale: #BABABA. Windows color (decimal): -4272572 or 4509374. OLE color: 4509374.
HSL color Cylindrical-coordinate representation of color #BECE44: hue angle of 66.96º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BECE44 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 68 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.19 |
| HSL | 66.96º | 0.58% | 0.54% | - |
| HSV(B) | 66.96º | 0.67% | 0.81% | - |
| XYZ | 44.35 | 55.51 | 13.85 | - |
| YUV | 185.48 | 61.7 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 68 | 0.08 | 0 | 0.67 | 0.19 | 66.96 | 0.58 | 0.54 |
| Hex | BE | CE | 44 | 8 | 0 | 43 | 13 | 43 | 3A | 36 |
| Octal | 276 | 316 | 104 | 10 | 0 | 103 | 23 | 103 | 72 | 66 |
| Binary | 10111110 | 11001110 | 1000100 | 1000 | 0 | 1000011 | 10011 | 1000011 | 111010 | 110110 |
Color Harmonies of #BECE44
Complementary color
Monochromatic Colors of #BECE44
Black with #BECE44
Text Example
Text Example
White with #BECE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE44; }
p { color: rgb(190,206,68); }
H1.HeaderClassName
{
color: #BECE44;
}
.AnyTagClassName
{
color: #BECE44;
}
</style>
background-color css
<style>
a { background-color: #BECE44; }
a { background-color: rgb(190,206,68); }
div.DivClassName
{
background-color: #BECE44;
}
.BgClassName
{
background-color: #BECE44;
}
</style>
border-color css
<style>
span { border-color: #BECE44; }
span { border-color: rgb(190,206,68); }
td.TdClassName
{
border-color: #BECE44;
}
.TagClassName
{
border-color: #BECE44;
}
</style>