Shades of Celery #BDC948
Tints of Celery #BDC948
RGB
CMYK
RGB Variations
Color information
#BDC948 (or 0xBDC948) is known color: Celery. HEX triplet: BD, C9 and 48. RGB value is (189,201,72). Sum of RGB (Red+Green+Blue) = 189+201+72=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC948 is #4236B7. Grayscale: #B7B7B7. Windows color (decimal): -4339384 or 4770237. OLE color: 4770237.
HSL color Cylindrical-coordinate representation of color #BDC948: hue angle of 65.58º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDC948 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 72 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.21 |
| HSL | 65.58º | 0.54% | 0.54% | - |
| HSV(B) | 65.58º | 0.64% | 0.79% | - |
| XYZ | 43.04 | 53.06 | 14.1 | - |
| YUV | 182.71 | 65.52 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 72 | 0.06 | 0 | 0.64 | 0.21 | 65.58 | 0.54 | 0.54 |
| Hex | BD | C9 | 48 | 6 | 0 | 40 | 15 | 42 | 36 | 36 |
| Octal | 275 | 311 | 110 | 6 | 0 | 100 | 25 | 102 | 66 | 66 |
| Binary | 10111101 | 11001001 | 1001000 | 110 | 0 | 1000000 | 10101 | 1000010 | 110110 | 110110 |
Color Harmonies of #BDC948
Complementary color
Monochromatic Colors of #BDC948
Black with #BDC948
Text Example
Text Example
White with #BDC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC948; }
p { color: rgb(189,201,72); }
H1.HeaderClassName
{
color: #BDC948;
}
.AnyTagClassName
{
color: #BDC948;
}
</style>
background-color css
<style>
a { background-color: #BDC948; }
a { background-color: rgb(189,201,72); }
div.DivClassName
{
background-color: #BDC948;
}
.BgClassName
{
background-color: #BDC948;
}
</style>
border-color css
<style>
span { border-color: #BDC948; }
span { border-color: rgb(189,201,72); }
td.TdClassName
{
border-color: #BDC948;
}
.TagClassName
{
border-color: #BDC948;
}
</style>