Shades of Celery #BDCA3F
Tints of Celery #BDCA3F
RGB
CMYK
RGB Variations
Color information
#BDCA3F (or 0xBDCA3F) is known color: Celery. HEX triplet: BD, CA and 3F. RGB value is (189,202,63). Sum of RGB (Red+Green+Blue) = 189+202+63=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA3F is #4235C0. Grayscale: #B6B6B6. Windows color (decimal): -4339137 or 4180669. OLE color: 4180669.
HSL color Cylindrical-coordinate representation of color #BDCA3F: hue angle of 65.61º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDCA3F is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 63 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.21 |
| HSL | 65.61º | 0.57% | 0.52% | - |
| HSV(B) | 65.61º | 0.69% | 0.79% | - |
| XYZ | 43 | 53.42 | 12.75 | - |
| YUV | 182.27 | 60.69 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 63 | 0.06 | 0 | 0.69 | 0.21 | 65.61 | 0.57 | 0.52 |
| Hex | BD | CA | 3F | 6 | 0 | 45 | 15 | 42 | 39 | 34 |
| Octal | 275 | 312 | 77 | 6 | 0 | 105 | 25 | 102 | 71 | 64 |
| Binary | 10111101 | 11001010 | 111111 | 110 | 0 | 1000101 | 10101 | 1000010 | 111001 | 110100 |
Color Harmonies of #BDCA3F
Complementary color
Monochromatic Colors of #BDCA3F
Black with #BDCA3F
Text Example
Text Example
White with #BDCA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA3F; }
p { color: rgb(189,202,63); }
H1.HeaderClassName
{
color: #BDCA3F;
}
.AnyTagClassName
{
color: #BDCA3F;
}
</style>
background-color css
<style>
a { background-color: #BDCA3F; }
a { background-color: rgb(189,202,63); }
div.DivClassName
{
background-color: #BDCA3F;
}
.BgClassName
{
background-color: #BDCA3F;
}
</style>
border-color css
<style>
span { border-color: #BDCA3F; }
span { border-color: rgb(189,202,63); }
td.TdClassName
{
border-color: #BDCA3F;
}
.TagClassName
{
border-color: #BDCA3F;
}
</style>