Shades of Celery #BDC148
Tints of Celery #BDC148
RGB
CMYK
RGB Variations
Color information
#BDC148 (or 0xBDC148) is known color: Celery. HEX triplet: BD, C1 and 48. RGB value is (189,193,72). Sum of RGB (Red+Green+Blue) = 189+193+72=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC148 is #423EB7. Grayscale: #B2B2B2. Windows color (decimal): -4341432 or 4768189. OLE color: 4768189.
HSL color Cylindrical-coordinate representation of color #BDC148: hue angle of 61.98º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDC148 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 72 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.24 |
| HSL | 61.98º | 0.49% | 0.52% | - |
| HSV(B) | 61.98º | 0.63% | 0.76% | - |
| XYZ | 41.23 | 49.43 | 13.5 | - |
| YUV | 178.01 | 68.17 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 72 | 0.02 | 0 | 0.63 | 0.24 | 61.98 | 0.49 | 0.52 |
| Hex | BD | C1 | 48 | 2 | 0 | 3F | 18 | 3E | 31 | 34 |
| Octal | 275 | 301 | 110 | 2 | 0 | 77 | 30 | 76 | 61 | 64 |
| Binary | 10111101 | 11000001 | 1001000 | 10 | 0 | 111111 | 11000 | 111110 | 110001 | 110100 |
Color Harmonies of #BDC148
Complementary color
Monochromatic Colors of #BDC148
Black with #BDC148
Text Example
Text Example
White with #BDC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC148; }
p { color: rgb(189,193,72); }
H1.HeaderClassName
{
color: #BDC148;
}
.AnyTagClassName
{
color: #BDC148;
}
</style>
background-color css
<style>
a { background-color: #BDC148; }
a { background-color: rgb(189,193,72); }
div.DivClassName
{
background-color: #BDC148;
}
.BgClassName
{
background-color: #BDC148;
}
</style>
border-color css
<style>
span { border-color: #BDC148; }
span { border-color: rgb(189,193,72); }
td.TdClassName
{
border-color: #BDC148;
}
.TagClassName
{
border-color: #BDC148;
}
</style>