Shades of Celery #BED04B
Tints of Celery #BED04B
RGB
CMYK
RGB Variations
Color information
#BED04B (or 0xBED04B) is known color: Celery. HEX triplet: BE, D0 and 4B. RGB value is (190,208,75). Sum of RGB (Red+Green+Blue) = 190+208+75=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #BED04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED04B is #412FB4. Grayscale: #BBBBBB. Windows color (decimal): -4272053 or 4968638. OLE color: 4968638.
HSL color Cylindrical-coordinate representation of color #BED04B: hue angle of 68.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BED04B is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 75 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.18 |
| HSL | 68.12º | 0.59% | 0.55% | - |
| HSV(B) | 68.12º | 0.64% | 0.82% | - |
| XYZ | 45.06 | 56.57 | 15.2 | - |
| YUV | 187.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 75 | 0.09 | 0 | 0.64 | 0.18 | 68.12 | 0.59 | 0.55 |
| Hex | BE | D0 | 4B | 9 | 0 | 40 | 12 | 44 | 3B | 37 |
| Octal | 276 | 320 | 113 | 11 | 0 | 100 | 22 | 104 | 73 | 67 |
| Binary | 10111110 | 11010000 | 1001011 | 1001 | 0 | 1000000 | 10010 | 1000100 | 111011 | 110111 |
Color Harmonies of #BED04B
Complementary color
Monochromatic Colors of #BED04B
Black with #BED04B
Text Example
Text Example
White with #BED04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED04B; }
p { color: rgb(190,208,75); }
H1.HeaderClassName
{
color: #BED04B;
}
.AnyTagClassName
{
color: #BED04B;
}
</style>
background-color css
<style>
a { background-color: #BED04B; }
a { background-color: rgb(190,208,75); }
div.DivClassName
{
background-color: #BED04B;
}
.BgClassName
{
background-color: #BED04B;
}
</style>
border-color css
<style>
span { border-color: #BED04B; }
span { border-color: rgb(190,208,75); }
td.TdClassName
{
border-color: #BED04B;
}
.TagClassName
{
border-color: #BED04B;
}
</style>