Shades of Celery #BDC53D
Tints of Celery #BDC53D
RGB
CMYK
RGB Variations
Color information
#BDC53D (or 0xBDC53D) is known color: Celery. HEX triplet: BD, C5 and 3D. RGB value is (189,197,61). Sum of RGB (Red+Green+Blue) = 189+197+61=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC53D is #423AC2. Grayscale: #B3B3B3. Windows color (decimal): -4340419 or 4048317. OLE color: 4048317.
HSL color Cylindrical-coordinate representation of color #BDC53D: hue angle of 63.53º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDC53D is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 61 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.23 |
| HSL | 63.53º | 0.54% | 0.51% | - |
| HSV(B) | 63.53º | 0.69% | 0.77% | - |
| XYZ | 41.79 | 51.09 | 12.07 | - |
| YUV | 179.1 | 61.35 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 61 | 0.04 | 0 | 0.69 | 0.23 | 63.53 | 0.54 | 0.51 |
| Hex | BD | C5 | 3D | 4 | 0 | 45 | 17 | 40 | 36 | 33 |
| Octal | 275 | 305 | 75 | 4 | 0 | 105 | 27 | 100 | 66 | 63 |
| Binary | 10111101 | 11000101 | 111101 | 100 | 0 | 1000101 | 10111 | 1000000 | 110110 | 110011 |
Color Harmonies of #BDC53D
Complementary color
Monochromatic Colors of #BDC53D
Black with #BDC53D
Text Example
Text Example
White with #BDC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC53D; }
p { color: rgb(189,197,61); }
H1.HeaderClassName
{
color: #BDC53D;
}
.AnyTagClassName
{
color: #BDC53D;
}
</style>
background-color css
<style>
a { background-color: #BDC53D; }
a { background-color: rgb(189,197,61); }
div.DivClassName
{
background-color: #BDC53D;
}
.BgClassName
{
background-color: #BDC53D;
}
</style>
border-color css
<style>
span { border-color: #BDC53D; }
span { border-color: rgb(189,197,61); }
td.TdClassName
{
border-color: #BDC53D;
}
.TagClassName
{
border-color: #BDC53D;
}
</style>