Shades of Celery #BEC945
Tints of Celery #BEC945
RGB
CMYK
RGB Variations
Color information
#BEC945 (or 0xBEC945) is known color: Celery. HEX triplet: BE, C9 and 45. RGB value is (190,201,69). Sum of RGB (Red+Green+Blue) = 190+201+69=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC945 is #4136BA. Grayscale: #B7B7B7. Windows color (decimal): -4273851 or 4573630. OLE color: 4573630.
HSL color Cylindrical-coordinate representation of color #BEC945: hue angle of 65º 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 #BEC945 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 69 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.21 |
| HSL | 65º | 0.55% | 0.53% | - |
| HSV(B) | 65º | 0.66% | 0.79% | - |
| XYZ | 43.2 | 53.15 | 13.61 | - |
| YUV | 182.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 69 | 0.05 | 0 | 0.66 | 0.21 | 65 | 0.55 | 0.53 |
| Hex | BE | C9 | 45 | 5 | 0 | 42 | 15 | 41 | 37 | 35 |
| Octal | 276 | 311 | 105 | 5 | 0 | 102 | 25 | 101 | 67 | 65 |
| Binary | 10111110 | 11001001 | 1000101 | 101 | 0 | 1000010 | 10101 | 1000001 | 110111 | 110101 |
Color Harmonies of #BEC945
Complementary color
Monochromatic Colors of #BEC945
Black with #BEC945
Text Example
Text Example
White with #BEC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC945; }
p { color: rgb(190,201,69); }
H1.HeaderClassName
{
color: #BEC945;
}
.AnyTagClassName
{
color: #BEC945;
}
</style>
background-color css
<style>
a { background-color: #BEC945; }
a { background-color: rgb(190,201,69); }
div.DivClassName
{
background-color: #BEC945;
}
.BgClassName
{
background-color: #BEC945;
}
</style>
border-color css
<style>
span { border-color: #BEC945; }
span { border-color: rgb(190,201,69); }
td.TdClassName
{
border-color: #BEC945;
}
.TagClassName
{
border-color: #BEC945;
}
</style>