Shades of Celery #BED34A
Tints of Celery #BED34A
RGB
CMYK
RGB Variations
Color information
#BED34A (or 0xBED34A) is known color: Celery. HEX triplet: BE, D3 and 4A. RGB value is (190,211,74). Sum of RGB (Red+Green+Blue) = 190+211+74=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #BED34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED34A is #412CB5. Grayscale: #BDBDBD. Windows color (decimal): -4271286 or 4903870. OLE color: 4903870.
HSL color Cylindrical-coordinate representation of color #BED34A: hue angle of 69.2º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BED34A is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 74 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.17 |
| HSL | 69.2º | 0.61% | 0.56% | - |
| HSV(B) | 69.2º | 0.65% | 0.83% | - |
| XYZ | 45.77 | 58.03 | 15.27 | - |
| YUV | 189.1 | 63.04 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 74 | 0.10 | 0 | 0.65 | 0.17 | 69.2 | 0.61 | 0.56 |
| Hex | BE | D3 | 4A | A | 0 | 41 | 11 | 45 | 3D | 38 |
| Octal | 276 | 323 | 112 | 12 | 0 | 101 | 21 | 105 | 75 | 70 |
| Binary | 10111110 | 11010011 | 1001010 | 1010 | 0 | 1000001 | 10001 | 1000101 | 111101 | 111000 |
Color Harmonies of #BED34A
Complementary color
Monochromatic Colors of #BED34A
Black with #BED34A
Text Example
Text Example
White with #BED34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED34A; }
p { color: rgb(190,211,74); }
H1.HeaderClassName
{
color: #BED34A;
}
.AnyTagClassName
{
color: #BED34A;
}
</style>
background-color css
<style>
a { background-color: #BED34A; }
a { background-color: rgb(190,211,74); }
div.DivClassName
{
background-color: #BED34A;
}
.BgClassName
{
background-color: #BED34A;
}
</style>
border-color css
<style>
span { border-color: #BED34A; }
span { border-color: rgb(190,211,74); }
td.TdClassName
{
border-color: #BED34A;
}
.TagClassName
{
border-color: #BED34A;
}
</style>