Shades of Celery #BDC352
Tints of Celery #BDC352
RGB
CMYK
RGB Variations
Color information
#BDC352 (or 0xBDC352) is known color: Celery. HEX triplet: BD, C3 and 52. RGB value is (189,195,82). Sum of RGB (Red+Green+Blue) = 189+195+82=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC352 is #423CAD. Grayscale: #B4B4B4. Windows color (decimal): -4340910 or 5424061. OLE color: 5424061.
HSL color Cylindrical-coordinate representation of color #BDC352: hue angle of 63.19º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDC352 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 82 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.24 |
| HSL | 63.19º | 0.48% | 0.54% | - |
| HSV(B) | 63.19º | 0.58% | 0.76% | - |
| XYZ | 42.02 | 50.46 | 15.51 | - |
| YUV | 180.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 82 | 0.03 | 0 | 0.58 | 0.24 | 63.19 | 0.48 | 0.54 |
| Hex | BD | C3 | 52 | 3 | 0 | 3A | 18 | 3F | 30 | 36 |
| Octal | 275 | 303 | 122 | 3 | 0 | 72 | 30 | 77 | 60 | 66 |
| Binary | 10111101 | 11000011 | 1010010 | 11 | 0 | 111010 | 11000 | 111111 | 110000 | 110110 |
Color Harmonies of #BDC352
Complementary color
Monochromatic Colors of #BDC352
Black with #BDC352
Text Example
Text Example
White with #BDC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC352; }
p { color: rgb(189,195,82); }
H1.HeaderClassName
{
color: #BDC352;
}
.AnyTagClassName
{
color: #BDC352;
}
</style>
background-color css
<style>
a { background-color: #BDC352; }
a { background-color: rgb(189,195,82); }
div.DivClassName
{
background-color: #BDC352;
}
.BgClassName
{
background-color: #BDC352;
}
</style>
border-color css
<style>
span { border-color: #BDC352; }
span { border-color: rgb(189,195,82); }
td.TdClassName
{
border-color: #BDC352;
}
.TagClassName
{
border-color: #BDC352;
}
</style>