Shades of Celery #BDC844
Tints of Celery #BDC844
RGB
CMYK
RGB Variations
Color information
#BDC844 (or 0xBDC844) is known color: Celery. HEX triplet: BD, C8 and 44. RGB value is (189,200,68). Sum of RGB (Red+Green+Blue) = 189+200+68=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC844 is #4237BB. Grayscale: #B6B6B6. Windows color (decimal): -4339644 or 4507837. OLE color: 4507837.
HSL color Cylindrical-coordinate representation of color #BDC844: hue angle of 65º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDC844 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 68 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.22 |
| HSL | 65º | 0.55% | 0.53% | - |
| HSV(B) | 65º | 0.66% | 0.78% | - |
| XYZ | 42.68 | 52.54 | 13.36 | - |
| YUV | 181.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 68 | 0.06 | 0 | 0.66 | 0.22 | 65 | 0.55 | 0.53 |
| Hex | BD | C8 | 44 | 6 | 0 | 42 | 16 | 41 | 37 | 35 |
| Octal | 275 | 310 | 104 | 6 | 0 | 102 | 26 | 101 | 67 | 65 |
| Binary | 10111101 | 11001000 | 1000100 | 110 | 0 | 1000010 | 10110 | 1000001 | 110111 | 110101 |
Color Harmonies of #BDC844
Complementary color
Monochromatic Colors of #BDC844
Black with #BDC844
Text Example
Text Example
White with #BDC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC844; }
p { color: rgb(189,200,68); }
H1.HeaderClassName
{
color: #BDC844;
}
.AnyTagClassName
{
color: #BDC844;
}
</style>
background-color css
<style>
a { background-color: #BDC844; }
a { background-color: rgb(189,200,68); }
div.DivClassName
{
background-color: #BDC844;
}
.BgClassName
{
background-color: #BDC844;
}
</style>
border-color css
<style>
span { border-color: #BDC844; }
span { border-color: rgb(189,200,68); }
td.TdClassName
{
border-color: #BDC844;
}
.TagClassName
{
border-color: #BDC844;
}
</style>