Shades of Celery #BED148
Tints of Celery #BED148
RGB
CMYK
RGB Variations
Color information
#BED148 (or 0xBED148) is known color: Celery. HEX triplet: BE, D1 and 48. RGB value is (190,209,72). Sum of RGB (Red+Green+Blue) = 190+209+72=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #BED148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED148 is #412EB7. Grayscale: #BCBCBC. Windows color (decimal): -4271800 or 4772286. OLE color: 4772286.
HSL color Cylindrical-coordinate representation of color #BED148: hue angle of 68.32º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BED148 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 72 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.18 |
| HSL | 68.32º | 0.6% | 0.55% | - |
| HSV(B) | 68.32º | 0.66% | 0.82% | - |
| XYZ | 45.21 | 57.02 | 14.75 | - |
| YUV | 187.7 | 62.71 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 72 | 0.09 | 0 | 0.66 | 0.18 | 68.32 | 0.6 | 0.55 |
| Hex | BE | D1 | 48 | 9 | 0 | 42 | 12 | 44 | 3C | 37 |
| Octal | 276 | 321 | 110 | 11 | 0 | 102 | 22 | 104 | 74 | 67 |
| Binary | 10111110 | 11010001 | 1001000 | 1001 | 0 | 1000010 | 10010 | 1000100 | 111100 | 110111 |
Color Harmonies of #BED148
Complementary color
Monochromatic Colors of #BED148
Black with #BED148
Text Example
Text Example
White with #BED148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED148; }
p { color: rgb(190,209,72); }
H1.HeaderClassName
{
color: #BED148;
}
.AnyTagClassName
{
color: #BED148;
}
</style>
background-color css
<style>
a { background-color: #BED148; }
a { background-color: rgb(190,209,72); }
div.DivClassName
{
background-color: #BED148;
}
.BgClassName
{
background-color: #BED148;
}
</style>
border-color css
<style>
span { border-color: #BED148; }
span { border-color: rgb(190,209,72); }
td.TdClassName
{
border-color: #BED148;
}
.TagClassName
{
border-color: #BED148;
}
</style>