Shades of Celery #BDC552
Tints of Celery #BDC552
RGB
CMYK
RGB Variations
Color information
#BDC552 (or 0xBDC552) is known color: Celery. HEX triplet: BD, C5 and 52. RGB value is (189,197,82). Sum of RGB (Red+Green+Blue) = 189+197+82=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC552 is #423AAD. Grayscale: #B5B5B5. Windows color (decimal): -4340398 or 5424573. OLE color: 5424573.
HSL color Cylindrical-coordinate representation of color #BDC552: hue angle of 64.17º 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 #BDC552 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 82 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.23 |
| HSL | 64.17º | 0.5% | 0.55% | - |
| HSV(B) | 64.17º | 0.58% | 0.77% | - |
| XYZ | 42.48 | 51.36 | 15.66 | - |
| YUV | 181.5 | 71.85 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 82 | 0.04 | 0 | 0.58 | 0.23 | 64.17 | 0.5 | 0.55 |
| Hex | BD | C5 | 52 | 4 | 0 | 3A | 17 | 40 | 32 | 37 |
| Octal | 275 | 305 | 122 | 4 | 0 | 72 | 27 | 100 | 62 | 67 |
| Binary | 10111101 | 11000101 | 1010010 | 100 | 0 | 111010 | 10111 | 1000000 | 110010 | 110111 |
Color Harmonies of #BDC552
Complementary color
Monochromatic Colors of #BDC552
Black with #BDC552
Text Example
Text Example
White with #BDC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC552; }
p { color: rgb(189,197,82); }
H1.HeaderClassName
{
color: #BDC552;
}
.AnyTagClassName
{
color: #BDC552;
}
</style>
background-color css
<style>
a { background-color: #BDC552; }
a { background-color: rgb(189,197,82); }
div.DivClassName
{
background-color: #BDC552;
}
.BgClassName
{
background-color: #BDC552;
}
</style>
border-color css
<style>
span { border-color: #BDC552; }
span { border-color: rgb(189,197,82); }
td.TdClassName
{
border-color: #BDC552;
}
.TagClassName
{
border-color: #BDC552;
}
</style>