Shades of Celery #BDC849
Tints of Celery #BDC849
RGB
CMYK
RGB Variations
Color information
#BDC849 (or 0xBDC849) is known color: Celery. HEX triplet: BD, C8 and 49. RGB value is (189,200,73). Sum of RGB (Red+Green+Blue) = 189+200+73=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC849 is #4237B6. Grayscale: #B6B6B6. Windows color (decimal): -4339639 or 4835517. OLE color: 4835517.
HSL color Cylindrical-coordinate representation of color #BDC849: hue angle of 65.2º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDC849 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 73 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.22 |
| HSL | 65.2º | 0.54% | 0.54% | - |
| HSV(B) | 65.2º | 0.64% | 0.78% | - |
| XYZ | 42.84 | 52.61 | 14.2 | - |
| YUV | 182.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 73 | 0.06 | 0 | 0.64 | 0.22 | 65.2 | 0.54 | 0.54 |
| Hex | BD | C8 | 49 | 6 | 0 | 40 | 16 | 41 | 36 | 36 |
| Octal | 275 | 310 | 111 | 6 | 0 | 100 | 26 | 101 | 66 | 66 |
| Binary | 10111101 | 11001000 | 1001001 | 110 | 0 | 1000000 | 10110 | 1000001 | 110110 | 110110 |
Color Harmonies of #BDC849
Complementary color
Monochromatic Colors of #BDC849
Black with #BDC849
Text Example
Text Example
White with #BDC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC849; }
p { color: rgb(189,200,73); }
H1.HeaderClassName
{
color: #BDC849;
}
.AnyTagClassName
{
color: #BDC849;
}
</style>
background-color css
<style>
a { background-color: #BDC849; }
a { background-color: rgb(189,200,73); }
div.DivClassName
{
background-color: #BDC849;
}
.BgClassName
{
background-color: #BDC849;
}
</style>
border-color css
<style>
span { border-color: #BDC849; }
span { border-color: rgb(189,200,73); }
td.TdClassName
{
border-color: #BDC849;
}
.TagClassName
{
border-color: #BDC849;
}
</style>