Shades of Celery #BDC944
Tints of Celery #BDC944
RGB
CMYK
RGB Variations
Color information
#BDC944 (or 0xBDC944) is known color: Celery. HEX triplet: BD, C9 and 44. RGB value is (189,201,68). Sum of RGB (Red+Green+Blue) = 189+201+68=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC944 is #4236BB. Grayscale: #B6B6B6. Windows color (decimal): -4339388 or 4508093. OLE color: 4508093.
HSL color Cylindrical-coordinate representation of color #BDC944: hue angle of 65.41º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDC944 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 68 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.21 |
| HSL | 65.41º | 0.55% | 0.53% | - |
| HSV(B) | 65.41º | 0.66% | 0.79% | - |
| XYZ | 42.92 | 53.01 | 13.44 | - |
| YUV | 182.25 | 63.52 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 68 | 0.06 | 0 | 0.66 | 0.21 | 65.41 | 0.55 | 0.53 |
| Hex | BD | C9 | 44 | 6 | 0 | 42 | 15 | 41 | 37 | 35 |
| Octal | 275 | 311 | 104 | 6 | 0 | 102 | 25 | 101 | 67 | 65 |
| Binary | 10111101 | 11001001 | 1000100 | 110 | 0 | 1000010 | 10101 | 1000001 | 110111 | 110101 |
Color Harmonies of #BDC944
Complementary color
Monochromatic Colors of #BDC944
Black with #BDC944
Text Example
Text Example
White with #BDC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC944; }
p { color: rgb(189,201,68); }
H1.HeaderClassName
{
color: #BDC944;
}
.AnyTagClassName
{
color: #BDC944;
}
</style>
background-color css
<style>
a { background-color: #BDC944; }
a { background-color: rgb(189,201,68); }
div.DivClassName
{
background-color: #BDC944;
}
.BgClassName
{
background-color: #BDC944;
}
</style>
border-color css
<style>
span { border-color: #BDC944; }
span { border-color: rgb(189,201,68); }
td.TdClassName
{
border-color: #BDC944;
}
.TagClassName
{
border-color: #BDC944;
}
</style>