Shades of Celery #BDC83C
Tints of Celery #BDC83C
RGB
CMYK
RGB Variations
Color information
#BDC83C (or 0xBDC83C) is known color: Celery. HEX triplet: BD, C8 and 3C. RGB value is (189,200,60). Sum of RGB (Red+Green+Blue) = 189+200+60=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC83C is #4237C3. Grayscale: #B5B5B5. Windows color (decimal): -4339652 or 3983549. OLE color: 3983549.
HSL color Cylindrical-coordinate representation of color #BDC83C: hue angle of 64.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDC83C is Cyan = 0.06, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 60 | - |
| CMYK | 0.06 | 0 | 0.7 | 0.22 |
| HSL | 64.71º | 0.56% | 0.51% | - |
| HSV(B) | 64.71º | 0.7% | 0.78% | - |
| XYZ | 42.46 | 52.45 | 12.16 | - |
| YUV | 180.75 | 59.86 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 60 | 0.06 | 0 | 0.7 | 0.22 | 64.71 | 0.56 | 0.51 |
| Hex | BD | C8 | 3C | 6 | 0 | 46 | 16 | 41 | 38 | 33 |
| Octal | 275 | 310 | 74 | 6 | 0 | 106 | 26 | 101 | 70 | 63 |
| Binary | 10111101 | 11001000 | 111100 | 110 | 0 | 1000110 | 10110 | 1000001 | 111000 | 110011 |
Color Harmonies of #BDC83C
Complementary color
Monochromatic Colors of #BDC83C
Black with #BDC83C
Text Example
Text Example
White with #BDC83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC83C; }
p { color: rgb(189,200,60); }
H1.HeaderClassName
{
color: #BDC83C;
}
.AnyTagClassName
{
color: #BDC83C;
}
</style>
background-color css
<style>
a { background-color: #BDC83C; }
a { background-color: rgb(189,200,60); }
div.DivClassName
{
background-color: #BDC83C;
}
.BgClassName
{
background-color: #BDC83C;
}
</style>
border-color css
<style>
span { border-color: #BDC83C; }
span { border-color: rgb(189,200,60); }
td.TdClassName
{
border-color: #BDC83C;
}
.TagClassName
{
border-color: #BDC83C;
}
</style>