Shades of Celery #BDC041
Tints of Celery #BDC041
RGB
CMYK
RGB Variations
Color information
#BDC041 (or 0xBDC041) is known color: Celery. HEX triplet: BD, C0 and 41. RGB value is (189,192,65). Sum of RGB (Red+Green+Blue) = 189+192+65=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC041 is #423FBE. Grayscale: #B1B1B1. Windows color (decimal): -4341695 or 4309181. OLE color: 4309181.
HSL color Cylindrical-coordinate representation of color #BDC041: hue angle of 61.42º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDC041 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 65 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.25 |
| HSL | 61.42º | 0.5% | 0.5% | - |
| HSV(B) | 61.42º | 0.66% | 0.75% | - |
| XYZ | 40.79 | 48.9 | 12.29 | - |
| YUV | 176.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 65 | 0.02 | 0 | 0.66 | 0.25 | 61.42 | 0.5 | 0.5 |
| Hex | BD | C0 | 41 | 2 | 0 | 42 | 19 | 3D | 32 | 32 |
| Octal | 275 | 300 | 101 | 2 | 0 | 102 | 31 | 75 | 62 | 62 |
| Binary | 10111101 | 11000000 | 1000001 | 10 | 0 | 1000010 | 11001 | 111101 | 110010 | 110010 |
Color Harmonies of #BDC041
Complementary color
Monochromatic Colors of #BDC041
Black with #BDC041
Text Example
Text Example
White with #BDC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC041; }
p { color: rgb(189,192,65); }
H1.HeaderClassName
{
color: #BDC041;
}
.AnyTagClassName
{
color: #BDC041;
}
</style>
background-color css
<style>
a { background-color: #BDC041; }
a { background-color: rgb(189,192,65); }
div.DivClassName
{
background-color: #BDC041;
}
.BgClassName
{
background-color: #BDC041;
}
</style>
border-color css
<style>
span { border-color: #BDC041; }
span { border-color: rgb(189,192,65); }
td.TdClassName
{
border-color: #BDC041;
}
.TagClassName
{
border-color: #BDC041;
}
</style>