Shades of Celery #BDC553
Tints of Celery #BDC553
RGB
CMYK
RGB Variations
Color information
#BDC553 (or 0xBDC553) is known color: Celery. HEX triplet: BD, C5 and 53. RGB value is (189,197,83). Sum of RGB (Red+Green+Blue) = 189+197+83=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC553 is #423AAC. Grayscale: #B6B6B6. Windows color (decimal): -4340397 or 5490109. OLE color: 5490109.
HSL color Cylindrical-coordinate representation of color #BDC553: hue angle of 64.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDC553 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 83 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.23 |
| HSL | 64.21º | 0.5% | 0.55% | - |
| HSV(B) | 64.21º | 0.58% | 0.77% | - |
| XYZ | 42.51 | 51.38 | 15.86 | - |
| YUV | 181.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 83 | 0.04 | 0 | 0.58 | 0.23 | 64.21 | 0.5 | 0.55 |
| Hex | BD | C5 | 53 | 4 | 0 | 3A | 17 | 40 | 32 | 37 |
| Octal | 275 | 305 | 123 | 4 | 0 | 72 | 27 | 100 | 62 | 67 |
| Binary | 10111101 | 11000101 | 1010011 | 100 | 0 | 111010 | 10111 | 1000000 | 110010 | 110111 |
Color Harmonies of #BDC553
Complementary color
Monochromatic Colors of #BDC553
Black with #BDC553
Text Example
Text Example
White with #BDC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC553; }
p { color: rgb(189,197,83); }
H1.HeaderClassName
{
color: #BDC553;
}
.AnyTagClassName
{
color: #BDC553;
}
</style>
background-color css
<style>
a { background-color: #BDC553; }
a { background-color: rgb(189,197,83); }
div.DivClassName
{
background-color: #BDC553;
}
.BgClassName
{
background-color: #BDC553;
}
</style>
border-color css
<style>
span { border-color: #BDC553; }
span { border-color: rgb(189,197,83); }
td.TdClassName
{
border-color: #BDC553;
}
.TagClassName
{
border-color: #BDC553;
}
</style>