Shades of Celery #BEC944
Tints of Celery #BEC944
RGB
CMYK
RGB Variations
Color information
#BEC944 (or 0xBEC944) is known color: Celery. HEX triplet: BE, C9 and 44. RGB value is (190,201,68). Sum of RGB (Red+Green+Blue) = 190+201+68=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC944 is #4136BB. Grayscale: #B7B7B7. Windows color (decimal): -4273852 or 4508094. OLE color: 4508094.
HSL color Cylindrical-coordinate representation of color #BEC944: hue angle of 64.96º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEC944 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 68 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.21 |
| HSL | 64.96º | 0.55% | 0.53% | - |
| HSV(B) | 64.96º | 0.66% | 0.79% | - |
| XYZ | 43.17 | 53.14 | 13.45 | - |
| YUV | 182.55 | 63.36 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 68 | 0.05 | 0 | 0.66 | 0.21 | 64.96 | 0.55 | 0.53 |
| Hex | BE | C9 | 44 | 5 | 0 | 42 | 15 | 41 | 37 | 35 |
| Octal | 276 | 311 | 104 | 5 | 0 | 102 | 25 | 101 | 67 | 65 |
| Binary | 10111110 | 11001001 | 1000100 | 101 | 0 | 1000010 | 10101 | 1000001 | 110111 | 110101 |
Color Harmonies of #BEC944
Complementary color
Monochromatic Colors of #BEC944
Black with #BEC944
Text Example
Text Example
White with #BEC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC944; }
p { color: rgb(190,201,68); }
H1.HeaderClassName
{
color: #BEC944;
}
.AnyTagClassName
{
color: #BEC944;
}
</style>
background-color css
<style>
a { background-color: #BEC944; }
a { background-color: rgb(190,201,68); }
div.DivClassName
{
background-color: #BEC944;
}
.BgClassName
{
background-color: #BEC944;
}
</style>
border-color css
<style>
span { border-color: #BEC944; }
span { border-color: rgb(190,201,68); }
td.TdClassName
{
border-color: #BEC944;
}
.TagClassName
{
border-color: #BEC944;
}
</style>