Shades of Celery #BDC653
Tints of Celery #BDC653
RGB
CMYK
RGB Variations
Color information
#BDC653 (or 0xBDC653) is known color: Celery. HEX triplet: BD, C6 and 53. RGB value is (189,198,83). Sum of RGB (Red+Green+Blue) = 189+198+83=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC653 is #4239AC. Grayscale: #B6B6B6. Windows color (decimal): -4340141 or 5490365. OLE color: 5490365.
HSL color Cylindrical-coordinate representation of color #BDC653: hue angle of 64.7º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDC653 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 83 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.22 |
| HSL | 64.7º | 0.5% | 0.55% | - |
| HSV(B) | 64.7º | 0.58% | 0.78% | - |
| XYZ | 42.74 | 51.83 | 15.94 | - |
| YUV | 182.2 | 72.02 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 83 | 0.05 | 0 | 0.58 | 0.22 | 64.7 | 0.5 | 0.55 |
| Hex | BD | C6 | 53 | 5 | 0 | 3A | 16 | 41 | 32 | 37 |
| Octal | 275 | 306 | 123 | 5 | 0 | 72 | 26 | 101 | 62 | 67 |
| Binary | 10111101 | 11000110 | 1010011 | 101 | 0 | 111010 | 10110 | 1000001 | 110010 | 110111 |
Color Harmonies of #BDC653
Complementary color
Monochromatic Colors of #BDC653
Black with #BDC653
Text Example
Text Example
White with #BDC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC653; }
p { color: rgb(189,198,83); }
H1.HeaderClassName
{
color: #BDC653;
}
.AnyTagClassName
{
color: #BDC653;
}
</style>
background-color css
<style>
a { background-color: #BDC653; }
a { background-color: rgb(189,198,83); }
div.DivClassName
{
background-color: #BDC653;
}
.BgClassName
{
background-color: #BDC653;
}
</style>
border-color css
<style>
span { border-color: #BDC653; }
span { border-color: rgb(189,198,83); }
td.TdClassName
{
border-color: #BDC653;
}
.TagClassName
{
border-color: #BDC653;
}
</style>