Shades of Celery #BEC752
Tints of Celery #BEC752
RGB
CMYK
RGB Variations
Color information
#BEC752 (or 0xBEC752) is known color: Celery. HEX triplet: BE, C7 and 52. RGB value is (190,199,82). Sum of RGB (Red+Green+Blue) = 190+199+82=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC752 is #4138AD. Grayscale: #B7B7B7. Windows color (decimal): -4274350 or 5425086. OLE color: 5425086.
HSL color Cylindrical-coordinate representation of color #BEC752: hue angle of 64.62º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEC752 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 82 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.22 |
| HSL | 64.62º | 0.51% | 0.55% | - |
| HSV(B) | 64.62º | 0.59% | 0.78% | - |
| XYZ | 43.18 | 52.4 | 15.82 | - |
| YUV | 182.97 | 71.02 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 82 | 0.05 | 0 | 0.59 | 0.22 | 64.62 | 0.51 | 0.55 |
| Hex | BE | C7 | 52 | 5 | 0 | 3B | 16 | 41 | 33 | 37 |
| Octal | 276 | 307 | 122 | 5 | 0 | 73 | 26 | 101 | 63 | 67 |
| Binary | 10111110 | 11000111 | 1010010 | 101 | 0 | 111011 | 10110 | 1000001 | 110011 | 110111 |
Color Harmonies of #BEC752
Complementary color
Monochromatic Colors of #BEC752
Black with #BEC752
Text Example
Text Example
White with #BEC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC752; }
p { color: rgb(190,199,82); }
H1.HeaderClassName
{
color: #BEC752;
}
.AnyTagClassName
{
color: #BEC752;
}
</style>
background-color css
<style>
a { background-color: #BEC752; }
a { background-color: rgb(190,199,82); }
div.DivClassName
{
background-color: #BEC752;
}
.BgClassName
{
background-color: #BEC752;
}
</style>
border-color css
<style>
span { border-color: #BEC752; }
span { border-color: rgb(190,199,82); }
td.TdClassName
{
border-color: #BEC752;
}
.TagClassName
{
border-color: #BEC752;
}
</style>