Shades of Celery #BDC03C
Tints of Celery #BDC03C
RGB
CMYK
RGB Variations
Color information
#BDC03C (or 0xBDC03C) is known color: Celery. HEX triplet: BD, C0 and 3C. RGB value is (189,192,60). Sum of RGB (Red+Green+Blue) = 189+192+60=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC03C is #423FC3. Grayscale: #B0B0B0. Windows color (decimal): -4341700 or 3981501. OLE color: 3981501.
HSL color Cylindrical-coordinate representation of color #BDC03C: hue angle of 61.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDC03C is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 60 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.25 |
| HSL | 61.36º | 0.52% | 0.49% | - |
| HSV(B) | 61.36º | 0.69% | 0.75% | - |
| XYZ | 40.65 | 48.84 | 11.56 | - |
| YUV | 176.06 | 62.51 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 60 | 0.02 | 0 | 0.69 | 0.25 | 61.36 | 0.52 | 0.49 |
| Hex | BD | C0 | 3C | 2 | 0 | 45 | 19 | 3D | 34 | 31 |
| Octal | 275 | 300 | 74 | 2 | 0 | 105 | 31 | 75 | 64 | 61 |
| Binary | 10111101 | 11000000 | 111100 | 10 | 0 | 1000101 | 11001 | 111101 | 110100 | 110001 |
Color Harmonies of #BDC03C
Complementary color
Monochromatic Colors of #BDC03C
Black with #BDC03C
Text Example
Text Example
White with #BDC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC03C; }
p { color: rgb(189,192,60); }
H1.HeaderClassName
{
color: #BDC03C;
}
.AnyTagClassName
{
color: #BDC03C;
}
</style>
background-color css
<style>
a { background-color: #BDC03C; }
a { background-color: rgb(189,192,60); }
div.DivClassName
{
background-color: #BDC03C;
}
.BgClassName
{
background-color: #BDC03C;
}
</style>
border-color css
<style>
span { border-color: #BDC03C; }
span { border-color: rgb(189,192,60); }
td.TdClassName
{
border-color: #BDC03C;
}
.TagClassName
{
border-color: #BDC03C;
}
</style>