Shades of Celery #BEC153
Tints of Celery #BEC153
RGB
CMYK
RGB Variations
Color information
#BEC153 (or 0xBEC153) is known color: Celery. HEX triplet: BE, C1 and 53. RGB value is (190,193,83). Sum of RGB (Red+Green+Blue) = 190+193+83=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC153 is #413EAC. Grayscale: #B4B4B4. Windows color (decimal): -4275885 or 5489086. OLE color: 5489086.
HSL color Cylindrical-coordinate representation of color #BEC153: hue angle of 61.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEC153 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 83 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.24 |
| HSL | 61.64º | 0.47% | 0.54% | - |
| HSV(B) | 61.64º | 0.57% | 0.76% | - |
| XYZ | 41.87 | 49.71 | 15.57 | - |
| YUV | 179.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 83 | 0.02 | 0 | 0.57 | 0.24 | 61.64 | 0.47 | 0.54 |
| Hex | BE | C1 | 53 | 2 | 0 | 39 | 18 | 3E | 2F | 36 |
| Octal | 276 | 301 | 123 | 2 | 0 | 71 | 30 | 76 | 57 | 66 |
| Binary | 10111110 | 11000001 | 1010011 | 10 | 0 | 111001 | 11000 | 111110 | 101111 | 110110 |
Color Harmonies of #BEC153
Complementary color
Monochromatic Colors of #BEC153
Black with #BEC153
Text Example
Text Example
White with #BEC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC153; }
p { color: rgb(190,193,83); }
H1.HeaderClassName
{
color: #BEC153;
}
.AnyTagClassName
{
color: #BEC153;
}
</style>
background-color css
<style>
a { background-color: #BEC153; }
a { background-color: rgb(190,193,83); }
div.DivClassName
{
background-color: #BEC153;
}
.BgClassName
{
background-color: #BEC153;
}
</style>
border-color css
<style>
span { border-color: #BEC153; }
span { border-color: rgb(190,193,83); }
td.TdClassName
{
border-color: #BEC153;
}
.TagClassName
{
border-color: #BEC153;
}
</style>