Shades of Celery #BECE4D
Tints of Celery #BECE4D
RGB
CMYK
RGB Variations
Color information
#BECE4D (or 0xBECE4D) is known color: Celery. HEX triplet: BE, CE and 4D. RGB value is (190,206,77). Sum of RGB (Red+Green+Blue) = 190+206+77=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE4D is #4131B2. Grayscale: #BBBBBB. Windows color (decimal): -4272563 or 5099198. OLE color: 5099198.
HSL color Cylindrical-coordinate representation of color #BECE4D: hue angle of 67.44º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BECE4D is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 77 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.19 |
| HSL | 67.44º | 0.57% | 0.55% | - |
| HSV(B) | 67.44º | 0.63% | 0.81% | - |
| XYZ | 44.65 | 55.63 | 15.4 | - |
| YUV | 186.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 77 | 0.08 | 0 | 0.63 | 0.19 | 67.44 | 0.57 | 0.55 |
| Hex | BE | CE | 4D | 8 | 0 | 3F | 13 | 43 | 39 | 37 |
| Octal | 276 | 316 | 115 | 10 | 0 | 77 | 23 | 103 | 71 | 67 |
| Binary | 10111110 | 11001110 | 1001101 | 1000 | 0 | 111111 | 10011 | 1000011 | 111001 | 110111 |
Color Harmonies of #BECE4D
Complementary color
Monochromatic Colors of #BECE4D
Black with #BECE4D
Text Example
Text Example
White with #BECE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE4D; }
p { color: rgb(190,206,77); }
H1.HeaderClassName
{
color: #BECE4D;
}
.AnyTagClassName
{
color: #BECE4D;
}
</style>
background-color css
<style>
a { background-color: #BECE4D; }
a { background-color: rgb(190,206,77); }
div.DivClassName
{
background-color: #BECE4D;
}
.BgClassName
{
background-color: #BECE4D;
}
</style>
border-color css
<style>
span { border-color: #BECE4D; }
span { border-color: rgb(190,206,77); }
td.TdClassName
{
border-color: #BECE4D;
}
.TagClassName
{
border-color: #BECE4D;
}
</style>