Shades of Celery #BDC252
Tints of Celery #BDC252
RGB
CMYK
RGB Variations
Color information
#BDC252 (or 0xBDC252) is known color: Celery. HEX triplet: BD, C2 and 52. RGB value is (189,194,82). Sum of RGB (Red+Green+Blue) = 189+194+82=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC252 is #423DAD. Grayscale: #B4B4B4. Windows color (decimal): -4341166 or 5423805. OLE color: 5423805.
HSL color Cylindrical-coordinate representation of color #BDC252: hue angle of 62.68º 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 #BDC252 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 82 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.24 |
| HSL | 62.68º | 0.48% | 0.54% | - |
| HSV(B) | 62.68º | 0.58% | 0.76% | - |
| XYZ | 41.8 | 50.01 | 15.43 | - |
| YUV | 179.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 82 | 0.03 | 0 | 0.58 | 0.24 | 62.68 | 0.48 | 0.54 |
| Hex | BD | C2 | 52 | 3 | 0 | 3A | 18 | 3F | 30 | 36 |
| Octal | 275 | 302 | 122 | 3 | 0 | 72 | 30 | 77 | 60 | 66 |
| Binary | 10111101 | 11000010 | 1010010 | 11 | 0 | 111010 | 11000 | 111111 | 110000 | 110110 |
Color Harmonies of #BDC252
Complementary color
Monochromatic Colors of #BDC252
Black with #BDC252
Text Example
Text Example
White with #BDC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC252; }
p { color: rgb(189,194,82); }
H1.HeaderClassName
{
color: #BDC252;
}
.AnyTagClassName
{
color: #BDC252;
}
</style>
background-color css
<style>
a { background-color: #BDC252; }
a { background-color: rgb(189,194,82); }
div.DivClassName
{
background-color: #BDC252;
}
.BgClassName
{
background-color: #BDC252;
}
</style>
border-color css
<style>
span { border-color: #BDC252; }
span { border-color: rgb(189,194,82); }
td.TdClassName
{
border-color: #BDC252;
}
.TagClassName
{
border-color: #BDC252;
}
</style>