Shades of Celery #BDC452
Tints of Celery #BDC452
RGB
CMYK
RGB Variations
Color information
#BDC452 (or 0xBDC452) is known color: Celery. HEX triplet: BD, C4 and 52. RGB value is (189,196,82). Sum of RGB (Red+Green+Blue) = 189+196+82=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC452 is #423BAD. Grayscale: #B5B5B5. Windows color (decimal): -4340654 or 5424317. OLE color: 5424317.
HSL color Cylindrical-coordinate representation of color #BDC452: hue angle of 63.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDC452 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 82 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.23 |
| HSL | 63.68º | 0.49% | 0.55% | - |
| HSV(B) | 63.68º | 0.58% | 0.77% | - |
| XYZ | 42.25 | 50.91 | 15.58 | - |
| YUV | 180.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 82 | 0.04 | 0 | 0.58 | 0.23 | 63.68 | 0.49 | 0.55 |
| Hex | BD | C4 | 52 | 4 | 0 | 3A | 17 | 40 | 31 | 37 |
| Octal | 275 | 304 | 122 | 4 | 0 | 72 | 27 | 100 | 61 | 67 |
| Binary | 10111101 | 11000100 | 1010010 | 100 | 0 | 111010 | 10111 | 1000000 | 110001 | 110111 |
Color Harmonies of #BDC452
Complementary color
Monochromatic Colors of #BDC452
Black with #BDC452
Text Example
Text Example
White with #BDC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC452; }
p { color: rgb(189,196,82); }
H1.HeaderClassName
{
color: #BDC452;
}
.AnyTagClassName
{
color: #BDC452;
}
</style>
background-color css
<style>
a { background-color: #BDC452; }
a { background-color: rgb(189,196,82); }
div.DivClassName
{
background-color: #BDC452;
}
.BgClassName
{
background-color: #BDC452;
}
</style>
border-color css
<style>
span { border-color: #BDC452; }
span { border-color: rgb(189,196,82); }
td.TdClassName
{
border-color: #BDC452;
}
.TagClassName
{
border-color: #BDC452;
}
</style>