Shades of Celery #BDC943
Tints of Celery #BDC943
RGB
CMYK
RGB Variations
Color information
#BDC943 (or 0xBDC943) is known color: Celery. HEX triplet: BD, C9 and 43. RGB value is (189,201,67). Sum of RGB (Red+Green+Blue) = 189+201+67=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 67 (26.56% from 255 or 14.66% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC943 is #4236BC. Grayscale: #B6B6B6. Windows color (decimal): -4339389 or 4442557. OLE color: 4442557.
HSL color Cylindrical-coordinate representation of color #BDC943: hue angle of 65.37º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDC943 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 67 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.21 |
| HSL | 65.37º | 0.55% | 0.53% | - |
| HSV(B) | 65.37º | 0.67% | 0.79% | - |
| XYZ | 42.89 | 53 | 13.28 | - |
| YUV | 182.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 67 | 0.06 | 0 | 0.67 | 0.21 | 65.37 | 0.55 | 0.53 |
| Hex | BD | C9 | 43 | 6 | 0 | 43 | 15 | 41 | 37 | 35 |
| Octal | 275 | 311 | 103 | 6 | 0 | 103 | 25 | 101 | 67 | 65 |
| Binary | 10111101 | 11001001 | 1000011 | 110 | 0 | 1000011 | 10101 | 1000001 | 110111 | 110101 |
Color Harmonies of #BDC943
Complementary color
Monochromatic Colors of #BDC943
Black with #BDC943
Text Example
Text Example
White with #BDC943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC943; }
p { color: rgb(189,201,67); }
H1.HeaderClassName
{
color: #BDC943;
}
.AnyTagClassName
{
color: #BDC943;
}
</style>
background-color css
<style>
a { background-color: #BDC943; }
a { background-color: rgb(189,201,67); }
div.DivClassName
{
background-color: #BDC943;
}
.BgClassName
{
background-color: #BDC943;
}
</style>
border-color css
<style>
span { border-color: #BDC943; }
span { border-color: rgb(189,201,67); }
td.TdClassName
{
border-color: #BDC943;
}
.TagClassName
{
border-color: #BDC943;
}
</style>