Shades of Celery #BDC052
Tints of Celery #BDC052
RGB
CMYK
RGB Variations
Color information
#BDC052 (or 0xBDC052) is known color: Celery. HEX triplet: BD, C0 and 52. RGB value is (189,192,82). Sum of RGB (Red+Green+Blue) = 189+192+82=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC052 is #423FAD. Grayscale: #B3B3B3. Windows color (decimal): -4341678 or 5423293. OLE color: 5423293.
HSL color Cylindrical-coordinate representation of color #BDC052: hue angle of 61.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDC052 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 82 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.25 |
| HSL | 61.64º | 0.47% | 0.54% | - |
| HSV(B) | 61.64º | 0.57% | 0.75% | - |
| XYZ | 41.36 | 49.13 | 15.29 | - |
| YUV | 178.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 82 | 0.02 | 0 | 0.57 | 0.25 | 61.64 | 0.47 | 0.54 |
| Hex | BD | C0 | 52 | 2 | 0 | 39 | 19 | 3E | 2F | 36 |
| Octal | 275 | 300 | 122 | 2 | 0 | 71 | 31 | 76 | 57 | 66 |
| Binary | 10111101 | 11000000 | 1010010 | 10 | 0 | 111001 | 11001 | 111110 | 101111 | 110110 |
Color Harmonies of #BDC052
Complementary color
Monochromatic Colors of #BDC052
Black with #BDC052
Text Example
Text Example
White with #BDC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC052; }
p { color: rgb(189,192,82); }
H1.HeaderClassName
{
color: #BDC052;
}
.AnyTagClassName
{
color: #BDC052;
}
</style>
background-color css
<style>
a { background-color: #BDC052; }
a { background-color: rgb(189,192,82); }
div.DivClassName
{
background-color: #BDC052;
}
.BgClassName
{
background-color: #BDC052;
}
</style>
border-color css
<style>
span { border-color: #BDC052; }
span { border-color: rgb(189,192,82); }
td.TdClassName
{
border-color: #BDC052;
}
.TagClassName
{
border-color: #BDC052;
}
</style>