Shades of Celery #BDC04F
Tints of Celery #BDC04F
RGB
CMYK
RGB Variations
Color information
#BDC04F (or 0xBDC04F) is known color: Celery. HEX triplet: BD, C0 and 4F. RGB value is (189,192,79). Sum of RGB (Red+Green+Blue) = 189+192+79=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC04F is #423FB0. Grayscale: #B2B2B2. Windows color (decimal): -4341681 or 5226685. OLE color: 5226685.
HSL color Cylindrical-coordinate representation of color #BDC04F: hue angle of 61.59º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC04F is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 79 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.25 |
| HSL | 61.59º | 0.47% | 0.53% | - |
| HSV(B) | 61.59º | 0.59% | 0.75% | - |
| XYZ | 41.25 | 49.08 | 14.7 | - |
| YUV | 178.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 79 | 0.02 | 0 | 0.59 | 0.25 | 61.59 | 0.47 | 0.53 |
| Hex | BD | C0 | 4F | 2 | 0 | 3B | 19 | 3E | 2F | 35 |
| Octal | 275 | 300 | 117 | 2 | 0 | 73 | 31 | 76 | 57 | 65 |
| Binary | 10111101 | 11000000 | 1001111 | 10 | 0 | 111011 | 11001 | 111110 | 101111 | 110101 |
Color Harmonies of #BDC04F
Complementary color
Monochromatic Colors of #BDC04F
Black with #BDC04F
Text Example
Text Example
White with #BDC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC04F; }
p { color: rgb(189,192,79); }
H1.HeaderClassName
{
color: #BDC04F;
}
.AnyTagClassName
{
color: #BDC04F;
}
</style>
background-color css
<style>
a { background-color: #BDC04F; }
a { background-color: rgb(189,192,79); }
div.DivClassName
{
background-color: #BDC04F;
}
.BgClassName
{
background-color: #BDC04F;
}
</style>
border-color css
<style>
span { border-color: #BDC04F; }
span { border-color: rgb(189,192,79); }
td.TdClassName
{
border-color: #BDC04F;
}
.TagClassName
{
border-color: #BDC04F;
}
</style>