Shades of Celery #BDC852
Tints of Celery #BDC852
RGB
CMYK
RGB Variations
Color information
#BDC852 (or 0xBDC852) is known color: Celery. HEX triplet: BD, C8 and 52. RGB value is (189,200,82). Sum of RGB (Red+Green+Blue) = 189+200+82=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC852 is #4237AD. Grayscale: #B7B7B7. Windows color (decimal): -4339630 or 5425341. OLE color: 5425341.
HSL color Cylindrical-coordinate representation of color #BDC852: hue angle of 65.59º degrees, saturation: 0.52, 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 #BDC852 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 82 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.22 |
| HSL | 65.59º | 0.52% | 0.55% | - |
| HSV(B) | 65.59º | 0.59% | 0.78% | - |
| XYZ | 43.16 | 52.74 | 15.89 | - |
| YUV | 183.26 | 70.86 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 82 | 0.06 | 0 | 0.59 | 0.22 | 65.59 | 0.52 | 0.55 |
| Hex | BD | C8 | 52 | 6 | 0 | 3B | 16 | 42 | 34 | 37 |
| Octal | 275 | 310 | 122 | 6 | 0 | 73 | 26 | 102 | 64 | 67 |
| Binary | 10111101 | 11001000 | 1010010 | 110 | 0 | 111011 | 10110 | 1000010 | 110100 | 110111 |
Color Harmonies of #BDC852
Complementary color
Monochromatic Colors of #BDC852
Black with #BDC852
Text Example
Text Example
White with #BDC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC852; }
p { color: rgb(189,200,82); }
H1.HeaderClassName
{
color: #BDC852;
}
.AnyTagClassName
{
color: #BDC852;
}
</style>
background-color css
<style>
a { background-color: #BDC852; }
a { background-color: rgb(189,200,82); }
div.DivClassName
{
background-color: #BDC852;
}
.BgClassName
{
background-color: #BDC852;
}
</style>
border-color css
<style>
span { border-color: #BDC852; }
span { border-color: rgb(189,200,82); }
td.TdClassName
{
border-color: #BDC852;
}
.TagClassName
{
border-color: #BDC852;
}
</style>