Shades of Celery #BDC652
Tints of Celery #BDC652
RGB
CMYK
RGB Variations
Color information
#BDC652 (or 0xBDC652) is known color: Celery. HEX triplet: BD, C6 and 52. RGB value is (189,198,82). Sum of RGB (Red+Green+Blue) = 189+198+82=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC652 is #4239AD. Grayscale: #B6B6B6. Windows color (decimal): -4340142 or 5424829. OLE color: 5424829.
HSL color Cylindrical-coordinate representation of color #BDC652: hue angle of 64.66º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC652 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 82 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.22 |
| HSL | 64.66º | 0.5% | 0.55% | - |
| HSV(B) | 64.66º | 0.59% | 0.78% | - |
| XYZ | 42.7 | 51.82 | 15.73 | - |
| YUV | 182.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 82 | 0.05 | 0 | 0.59 | 0.22 | 64.66 | 0.5 | 0.55 |
| Hex | BD | C6 | 52 | 5 | 0 | 3B | 16 | 41 | 32 | 37 |
| Octal | 275 | 306 | 122 | 5 | 0 | 73 | 26 | 101 | 62 | 67 |
| Binary | 10111101 | 11000110 | 1010010 | 101 | 0 | 111011 | 10110 | 1000001 | 110010 | 110111 |
Color Harmonies of #BDC652
Complementary color
Monochromatic Colors of #BDC652
Black with #BDC652
Text Example
Text Example
White with #BDC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC652; }
p { color: rgb(189,198,82); }
H1.HeaderClassName
{
color: #BDC652;
}
.AnyTagClassName
{
color: #BDC652;
}
</style>
background-color css
<style>
a { background-color: #BDC652; }
a { background-color: rgb(189,198,82); }
div.DivClassName
{
background-color: #BDC652;
}
.BgClassName
{
background-color: #BDC652;
}
</style>
border-color css
<style>
span { border-color: #BDC652; }
span { border-color: rgb(189,198,82); }
td.TdClassName
{
border-color: #BDC652;
}
.TagClassName
{
border-color: #BDC652;
}
</style>