Shades of Celery #BDC03D
Tints of Celery #BDC03D
RGB
CMYK
RGB Variations
Color information
#BDC03D (or 0xBDC03D) is known color: Celery. HEX triplet: BD, C0 and 3D. RGB value is (189,192,61). Sum of RGB (Red+Green+Blue) = 189+192+61=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC03D is #423FC2. Grayscale: #B0B0B0. Windows color (decimal): -4341699 or 4047037. OLE color: 4047037.
HSL color Cylindrical-coordinate representation of color #BDC03D: hue angle of 61.37º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDC03D is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 61 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.25 |
| HSL | 61.37º | 0.52% | 0.5% | - |
| HSV(B) | 61.37º | 0.68% | 0.75% | - |
| XYZ | 40.68 | 48.86 | 11.7 | - |
| YUV | 176.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 61 | 0.02 | 0 | 0.68 | 0.25 | 61.37 | 0.52 | 0.5 |
| Hex | BD | C0 | 3D | 2 | 0 | 44 | 19 | 3D | 34 | 32 |
| Octal | 275 | 300 | 75 | 2 | 0 | 104 | 31 | 75 | 64 | 62 |
| Binary | 10111101 | 11000000 | 111101 | 10 | 0 | 1000100 | 11001 | 111101 | 110100 | 110010 |
Color Harmonies of #BDC03D
Complementary color
Monochromatic Colors of #BDC03D
Black with #BDC03D
Text Example
Text Example
White with #BDC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC03D; }
p { color: rgb(189,192,61); }
H1.HeaderClassName
{
color: #BDC03D;
}
.AnyTagClassName
{
color: #BDC03D;
}
</style>
background-color css
<style>
a { background-color: #BDC03D; }
a { background-color: rgb(189,192,61); }
div.DivClassName
{
background-color: #BDC03D;
}
.BgClassName
{
background-color: #BDC03D;
}
</style>
border-color css
<style>
span { border-color: #BDC03D; }
span { border-color: rgb(189,192,61); }
td.TdClassName
{
border-color: #BDC03D;
}
.TagClassName
{
border-color: #BDC03D;
}
</style>