Shades of Celery #BDC642
Tints of Celery #BDC642
RGB
CMYK
RGB Variations
Color information
#BDC642 (or 0xBDC642) is known color: Celery. HEX triplet: BD, C6 and 42. RGB value is (189,198,66). Sum of RGB (Red+Green+Blue) = 189+198+66=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC642 is #4239BD. Grayscale: #B4B4B4. Windows color (decimal): -4340158 or 4376253. OLE color: 4376253.
HSL color Cylindrical-coordinate representation of color #BDC642: hue angle of 64.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDC642 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 66 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.22 |
| HSL | 64.09º | 0.54% | 0.52% | - |
| HSV(B) | 64.09º | 0.67% | 0.78% | - |
| XYZ | 42.16 | 51.6 | 12.89 | - |
| YUV | 180.26 | 63.52 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 66 | 0.05 | 0 | 0.67 | 0.22 | 64.09 | 0.54 | 0.52 |
| Hex | BD | C6 | 42 | 5 | 0 | 43 | 16 | 40 | 36 | 34 |
| Octal | 275 | 306 | 102 | 5 | 0 | 103 | 26 | 100 | 66 | 64 |
| Binary | 10111101 | 11000110 | 1000010 | 101 | 0 | 1000011 | 10110 | 1000000 | 110110 | 110100 |
Color Harmonies of #BDC642
Complementary color
Monochromatic Colors of #BDC642
Black with #BDC642
Text Example
Text Example
White with #BDC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC642; }
p { color: rgb(189,198,66); }
H1.HeaderClassName
{
color: #BDC642;
}
.AnyTagClassName
{
color: #BDC642;
}
</style>
background-color css
<style>
a { background-color: #BDC642; }
a { background-color: rgb(189,198,66); }
div.DivClassName
{
background-color: #BDC642;
}
.BgClassName
{
background-color: #BDC642;
}
</style>
border-color css
<style>
span { border-color: #BDC642; }
span { border-color: rgb(189,198,66); }
td.TdClassName
{
border-color: #BDC642;
}
.TagClassName
{
border-color: #BDC642;
}
</style>