Shades of Celery #BDCB41
Tints of Celery #BDCB41
RGB
CMYK
RGB Variations
Color information
#BDCB41 (or 0xBDCB41) is known color: Celery. HEX triplet: BD, CB and 41. RGB value is (189,203,65). Sum of RGB (Red+Green+Blue) = 189+203+65=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB41 is #4234BE. Grayscale: #B7B7B7. Windows color (decimal): -4338879 or 4311997. OLE color: 4311997.
HSL color Cylindrical-coordinate representation of color #BDCB41: hue angle of 66.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDCB41 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 65 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.20 |
| HSL | 66.09º | 0.57% | 0.53% | - |
| HSV(B) | 66.09º | 0.68% | 0.8% | - |
| XYZ | 43.3 | 53.91 | 13.13 | - |
| YUV | 183.08 | 61.36 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 65 | 0.07 | 0 | 0.68 | 0.20 | 66.09 | 0.57 | 0.53 |
| Hex | BD | CB | 41 | 7 | 0 | 44 | 14 | 42 | 39 | 35 |
| Octal | 275 | 313 | 101 | 7 | 0 | 104 | 24 | 102 | 71 | 65 |
| Binary | 10111101 | 11001011 | 1000001 | 111 | 0 | 1000100 | 10100 | 1000010 | 111001 | 110101 |
Color Harmonies of #BDCB41
Complementary color
Monochromatic Colors of #BDCB41
Black with #BDCB41
Text Example
Text Example
White with #BDCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB41; }
p { color: rgb(189,203,65); }
H1.HeaderClassName
{
color: #BDCB41;
}
.AnyTagClassName
{
color: #BDCB41;
}
</style>
background-color css
<style>
a { background-color: #BDCB41; }
a { background-color: rgb(189,203,65); }
div.DivClassName
{
background-color: #BDCB41;
}
.BgClassName
{
background-color: #BDCB41;
}
</style>
border-color css
<style>
span { border-color: #BDCB41; }
span { border-color: rgb(189,203,65); }
td.TdClassName
{
border-color: #BDCB41;
}
.TagClassName
{
border-color: #BDCB41;
}
</style>