Shades of Celery #BDC344
Tints of Celery #BDC344
RGB
CMYK
RGB Variations
Color information
#BDC344 (or 0xBDC344) is known color: Celery. HEX triplet: BD, C3 and 44. RGB value is (189,195,68). Sum of RGB (Red+Green+Blue) = 189+195+68=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC344 is #423CBB. Grayscale: #B3B3B3. Windows color (decimal): -4340924 or 4506557. OLE color: 4506557.
HSL color Cylindrical-coordinate representation of color #BDC344: hue angle of 62.83º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDC344 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 68 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.24 |
| HSL | 62.83º | 0.51% | 0.52% | - |
| HSV(B) | 62.83º | 0.65% | 0.76% | - |
| XYZ | 41.54 | 50.27 | 12.98 | - |
| YUV | 178.73 | 65.51 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 68 | 0.03 | 0 | 0.65 | 0.24 | 62.83 | 0.51 | 0.52 |
| Hex | BD | C3 | 44 | 3 | 0 | 41 | 18 | 3F | 33 | 34 |
| Octal | 275 | 303 | 104 | 3 | 0 | 101 | 30 | 77 | 63 | 64 |
| Binary | 10111101 | 11000011 | 1000100 | 11 | 0 | 1000001 | 11000 | 111111 | 110011 | 110100 |
Color Harmonies of #BDC344
Complementary color
Monochromatic Colors of #BDC344
Black with #BDC344
Text Example
Text Example
White with #BDC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC344; }
p { color: rgb(189,195,68); }
H1.HeaderClassName
{
color: #BDC344;
}
.AnyTagClassName
{
color: #BDC344;
}
</style>
background-color css
<style>
a { background-color: #BDC344; }
a { background-color: rgb(189,195,68); }
div.DivClassName
{
background-color: #BDC344;
}
.BgClassName
{
background-color: #BDC344;
}
</style>
border-color css
<style>
span { border-color: #BDC344; }
span { border-color: rgb(189,195,68); }
td.TdClassName
{
border-color: #BDC344;
}
.TagClassName
{
border-color: #BDC344;
}
</style>