Shades of Celery #BDC946
Tints of Celery #BDC946
RGB
CMYK
RGB Variations
Color information
#BDC946 (or 0xBDC946) is known color: Celery. HEX triplet: BD, C9 and 46. RGB value is (189,201,70). Sum of RGB (Red+Green+Blue) = 189+201+70=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC946 is #4236B9. Grayscale: #B6B6B6. Windows color (decimal): -4339386 or 4639165. OLE color: 4639165.
HSL color Cylindrical-coordinate representation of color #BDC946: hue angle of 65.5º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDC946 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 70 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.21 |
| HSL | 65.5º | 0.55% | 0.53% | - |
| HSV(B) | 65.5º | 0.65% | 0.79% | - |
| XYZ | 42.98 | 53.03 | 13.77 | - |
| YUV | 182.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 70 | 0.06 | 0 | 0.65 | 0.21 | 65.5 | 0.55 | 0.53 |
| Hex | BD | C9 | 46 | 6 | 0 | 41 | 15 | 41 | 37 | 35 |
| Octal | 275 | 311 | 106 | 6 | 0 | 101 | 25 | 101 | 67 | 65 |
| Binary | 10111101 | 11001001 | 1000110 | 110 | 0 | 1000001 | 10101 | 1000001 | 110111 | 110101 |
Color Harmonies of #BDC946
Complementary color
Monochromatic Colors of #BDC946
Black with #BDC946
Text Example
Text Example
White with #BDC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC946; }
p { color: rgb(189,201,70); }
H1.HeaderClassName
{
color: #BDC946;
}
.AnyTagClassName
{
color: #BDC946;
}
</style>
background-color css
<style>
a { background-color: #BDC946; }
a { background-color: rgb(189,201,70); }
div.DivClassName
{
background-color: #BDC946;
}
.BgClassName
{
background-color: #BDC946;
}
</style>
border-color css
<style>
span { border-color: #BDC946; }
span { border-color: rgb(189,201,70); }
td.TdClassName
{
border-color: #BDC946;
}
.TagClassName
{
border-color: #BDC946;
}
</style>