Shades of Celery #BDCC41
Tints of Celery #BDCC41
RGB
CMYK
RGB Variations
Color information
#BDCC41 (or 0xBDCC41) is known color: Celery. HEX triplet: BD, CC and 41. RGB value is (189,204,65). Sum of RGB (Red+Green+Blue) = 189+204+65=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC41 is #4233BE. Grayscale: #B8B8B8. Windows color (decimal): -4338623 or 4312253. OLE color: 4312253.
HSL color Cylindrical-coordinate representation of color #BDCC41: hue angle of 66.47º degrees, saturation: 0.58, 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 #BDCC41 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 65 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.2 |
| HSL | 66.47º | 0.58% | 0.53% | - |
| HSV(B) | 66.47º | 0.68% | 0.8% | - |
| XYZ | 43.53 | 54.39 | 13.2 | - |
| YUV | 183.67 | 61.03 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 65 | 0.07 | 0 | 0.68 | 0.2 | 66.47 | 0.58 | 0.53 |
| Hex | BD | CC | 41 | 7 | 0 | 44 | 14 | 42 | 3A | 35 |
| Octal | 275 | 314 | 101 | 7 | 0 | 104 | 24 | 102 | 72 | 65 |
| Binary | 10111101 | 11001100 | 1000001 | 111 | 0 | 1000100 | 10100 | 1000010 | 111010 | 110101 |
Color Harmonies of #BDCC41
Complementary color
Monochromatic Colors of #BDCC41
Black with #BDCC41
Text Example
Text Example
White with #BDCC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC41; }
p { color: rgb(189,204,65); }
H1.HeaderClassName
{
color: #BDCC41;
}
.AnyTagClassName
{
color: #BDCC41;
}
</style>
background-color css
<style>
a { background-color: #BDCC41; }
a { background-color: rgb(189,204,65); }
div.DivClassName
{
background-color: #BDCC41;
}
.BgClassName
{
background-color: #BDCC41;
}
</style>
border-color css
<style>
span { border-color: #BDCC41; }
span { border-color: rgb(189,204,65); }
td.TdClassName
{
border-color: #BDCC41;
}
.TagClassName
{
border-color: #BDCC41;
}
</style>