Shades of Celery #BDC245
Tints of Celery #BDC245
RGB
CMYK
RGB Variations
Color information
#BDC245 (or 0xBDC245) is known color: Celery. HEX triplet: BD, C2 and 45. RGB value is (189,194,69). Sum of RGB (Red+Green+Blue) = 189+194+69=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC245 is #423DBA. Grayscale: #B2B2B2. Windows color (decimal): -4341179 or 4571837. OLE color: 4571837.
HSL color Cylindrical-coordinate representation of color #BDC245: hue angle of 62.4º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDC245 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 69 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.24 |
| HSL | 62.4º | 0.51% | 0.52% | - |
| HSV(B) | 62.4º | 0.64% | 0.76% | - |
| XYZ | 41.35 | 49.83 | 13.07 | - |
| YUV | 178.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 69 | 0.03 | 0 | 0.64 | 0.24 | 62.4 | 0.51 | 0.52 |
| Hex | BD | C2 | 45 | 3 | 0 | 40 | 18 | 3E | 33 | 34 |
| Octal | 275 | 302 | 105 | 3 | 0 | 100 | 30 | 76 | 63 | 64 |
| Binary | 10111101 | 11000010 | 1000101 | 11 | 0 | 1000000 | 11000 | 111110 | 110011 | 110100 |
Color Harmonies of #BDC245
Complementary color
Monochromatic Colors of #BDC245
Black with #BDC245
Text Example
Text Example
White with #BDC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC245; }
p { color: rgb(189,194,69); }
H1.HeaderClassName
{
color: #BDC245;
}
.AnyTagClassName
{
color: #BDC245;
}
</style>
background-color css
<style>
a { background-color: #BDC245; }
a { background-color: rgb(189,194,69); }
div.DivClassName
{
background-color: #BDC245;
}
.BgClassName
{
background-color: #BDC245;
}
</style>
border-color css
<style>
span { border-color: #BDC245; }
span { border-color: rgb(189,194,69); }
td.TdClassName
{
border-color: #BDC245;
}
.TagClassName
{
border-color: #BDC245;
}
</style>