Shades of Celery #BDC847
Tints of Celery #BDC847
RGB
CMYK
RGB Variations
Color information
#BDC847 (or 0xBDC847) is known color: Celery. HEX triplet: BD, C8 and 47. RGB value is (189,200,71). Sum of RGB (Red+Green+Blue) = 189+200+71=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC847 is #4237B8. Grayscale: #B6B6B6. Windows color (decimal): -4339641 or 4704445. OLE color: 4704445.
HSL color Cylindrical-coordinate representation of color #BDC847: hue angle of 65.12º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDC847 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 71 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.22 |
| HSL | 65.12º | 0.54% | 0.53% | - |
| HSV(B) | 65.12º | 0.65% | 0.78% | - |
| XYZ | 42.78 | 52.58 | 13.86 | - |
| YUV | 182.01 | 65.36 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 71 | 0.06 | 0 | 0.64 | 0.22 | 65.12 | 0.54 | 0.53 |
| Hex | BD | C8 | 47 | 6 | 0 | 40 | 16 | 41 | 36 | 35 |
| Octal | 275 | 310 | 107 | 6 | 0 | 100 | 26 | 101 | 66 | 65 |
| Binary | 10111101 | 11001000 | 1000111 | 110 | 0 | 1000000 | 10110 | 1000001 | 110110 | 110101 |
Color Harmonies of #BDC847
Complementary color
Monochromatic Colors of #BDC847
Black with #BDC847
Text Example
Text Example
White with #BDC847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC847; }
p { color: rgb(189,200,71); }
H1.HeaderClassName
{
color: #BDC847;
}
.AnyTagClassName
{
color: #BDC847;
}
</style>
background-color css
<style>
a { background-color: #BDC847; }
a { background-color: rgb(189,200,71); }
div.DivClassName
{
background-color: #BDC847;
}
.BgClassName
{
background-color: #BDC847;
}
</style>
border-color css
<style>
span { border-color: #BDC847; }
span { border-color: rgb(189,200,71); }
td.TdClassName
{
border-color: #BDC847;
}
.TagClassName
{
border-color: #BDC847;
}
</style>