Shades of Celery #BDC454
Tints of Celery #BDC454
RGB
CMYK
RGB Variations
Color information
#BDC454 (or 0xBDC454) is known color: Celery. HEX triplet: BD, C4 and 54. RGB value is (189,196,84). Sum of RGB (Red+Green+Blue) = 189+196+84=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC454 is #423BAB. Grayscale: #B5B5B5. Windows color (decimal): -4340652 or 5555389. OLE color: 5555389.
HSL color Cylindrical-coordinate representation of color #BDC454: hue angle of 63.75º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDC454 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 84 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.23 |
| HSL | 63.75º | 0.49% | 0.55% | - |
| HSV(B) | 63.75º | 0.57% | 0.77% | - |
| XYZ | 42.33 | 50.94 | 15.99 | - |
| YUV | 181.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 84 | 0.04 | 0 | 0.57 | 0.23 | 63.75 | 0.49 | 0.55 |
| Hex | BD | C4 | 54 | 4 | 0 | 39 | 17 | 40 | 31 | 37 |
| Octal | 275 | 304 | 124 | 4 | 0 | 71 | 27 | 100 | 61 | 67 |
| Binary | 10111101 | 11000100 | 1010100 | 100 | 0 | 111001 | 10111 | 1000000 | 110001 | 110111 |
Color Harmonies of #BDC454
Complementary color
Monochromatic Colors of #BDC454
Black with #BDC454
Text Example
Text Example
White with #BDC454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC454; }
p { color: rgb(189,196,84); }
H1.HeaderClassName
{
color: #BDC454;
}
.AnyTagClassName
{
color: #BDC454;
}
</style>
background-color css
<style>
a { background-color: #BDC454; }
a { background-color: rgb(189,196,84); }
div.DivClassName
{
background-color: #BDC454;
}
.BgClassName
{
background-color: #BDC454;
}
</style>
border-color css
<style>
span { border-color: #BDC454; }
span { border-color: rgb(189,196,84); }
td.TdClassName
{
border-color: #BDC454;
}
.TagClassName
{
border-color: #BDC454;
}
</style>