Shades of Celery #BED34B
Tints of Celery #BED34B
RGB
CMYK
RGB Variations
Color information
#BED34B (or 0xBED34B) is known color: Celery. HEX triplet: BE, D3 and 4B. RGB value is (190,211,75). Sum of RGB (Red+Green+Blue) = 190+211+75=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #BED34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED34B is #412CB4. Grayscale: #BDBDBD. Windows color (decimal): -4271285 or 4969406. OLE color: 4969406.
HSL color Cylindrical-coordinate representation of color #BED34B: hue angle of 69.26º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BED34B is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 75 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.17 |
| HSL | 69.26º | 0.61% | 0.56% | - |
| HSV(B) | 69.26º | 0.64% | 0.83% | - |
| XYZ | 45.8 | 58.04 | 15.45 | - |
| YUV | 189.22 | 63.54 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 75 | 0.10 | 0 | 0.64 | 0.17 | 69.26 | 0.61 | 0.56 |
| Hex | BE | D3 | 4B | A | 0 | 40 | 11 | 45 | 3D | 38 |
| Octal | 276 | 323 | 113 | 12 | 0 | 100 | 21 | 105 | 75 | 70 |
| Binary | 10111110 | 11010011 | 1001011 | 1010 | 0 | 1000000 | 10001 | 1000101 | 111101 | 111000 |
Color Harmonies of #BED34B
Complementary color
Monochromatic Colors of #BED34B
Black with #BED34B
Text Example
Text Example
White with #BED34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED34B; }
p { color: rgb(190,211,75); }
H1.HeaderClassName
{
color: #BED34B;
}
.AnyTagClassName
{
color: #BED34B;
}
</style>
background-color css
<style>
a { background-color: #BED34B; }
a { background-color: rgb(190,211,75); }
div.DivClassName
{
background-color: #BED34B;
}
.BgClassName
{
background-color: #BED34B;
}
</style>
border-color css
<style>
span { border-color: #BED34B; }
span { border-color: rgb(190,211,75); }
td.TdClassName
{
border-color: #BED34B;
}
.TagClassName
{
border-color: #BED34B;
}
</style>