Shades of Celery #BDC349
Tints of Celery #BDC349
RGB
CMYK
RGB Variations
Color information
#BDC349 (or 0xBDC349) is known color: Celery. HEX triplet: BD, C3 and 49. RGB value is (189,195,73). Sum of RGB (Red+Green+Blue) = 189+195+73=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC349 is #423CB6. Grayscale: #B3B3B3. Windows color (decimal): -4340919 or 4834237. OLE color: 4834237.
HSL color Cylindrical-coordinate representation of color #BDC349: hue angle of 62.95º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDC349 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 73 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.24 |
| HSL | 62.95º | 0.5% | 0.53% | - |
| HSV(B) | 62.95º | 0.63% | 0.76% | - |
| XYZ | 41.7 | 50.33 | 13.82 | - |
| YUV | 179.3 | 68.01 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 73 | 0.03 | 0 | 0.63 | 0.24 | 62.95 | 0.5 | 0.53 |
| Hex | BD | C3 | 49 | 3 | 0 | 3F | 18 | 3F | 32 | 35 |
| Octal | 275 | 303 | 111 | 3 | 0 | 77 | 30 | 77 | 62 | 65 |
| Binary | 10111101 | 11000011 | 1001001 | 11 | 0 | 111111 | 11000 | 111111 | 110010 | 110101 |
Color Harmonies of #BDC349
Complementary color
Monochromatic Colors of #BDC349
Black with #BDC349
Text Example
Text Example
White with #BDC349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC349; }
p { color: rgb(189,195,73); }
H1.HeaderClassName
{
color: #BDC349;
}
.AnyTagClassName
{
color: #BDC349;
}
</style>
background-color css
<style>
a { background-color: #BDC349; }
a { background-color: rgb(189,195,73); }
div.DivClassName
{
background-color: #BDC349;
}
.BgClassName
{
background-color: #BDC349;
}
</style>
border-color css
<style>
span { border-color: #BDC349; }
span { border-color: rgb(189,195,73); }
td.TdClassName
{
border-color: #BDC349;
}
.TagClassName
{
border-color: #BDC349;
}
</style>