Shades of Celery #BDC343
Tints of Celery #BDC343
RGB
CMYK
RGB Variations
Color information
#BDC343 (or 0xBDC343) is known color: Celery. HEX triplet: BD, C3 and 43. RGB value is (189,195,67). Sum of RGB (Red+Green+Blue) = 189+195+67=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC343 is #423CBC. Grayscale: #B3B3B3. Windows color (decimal): -4340925 or 4441021. OLE color: 4441021.
HSL color Cylindrical-coordinate representation of color #BDC343: hue angle of 62.81º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDC343 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 67 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.24 |
| HSL | 62.81º | 0.52% | 0.51% | - |
| HSV(B) | 62.81º | 0.66% | 0.76% | - |
| XYZ | 41.51 | 50.25 | 12.82 | - |
| YUV | 178.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 67 | 0.03 | 0 | 0.66 | 0.24 | 62.81 | 0.52 | 0.51 |
| Hex | BD | C3 | 43 | 3 | 0 | 42 | 18 | 3F | 34 | 33 |
| Octal | 275 | 303 | 103 | 3 | 0 | 102 | 30 | 77 | 64 | 63 |
| Binary | 10111101 | 11000011 | 1000011 | 11 | 0 | 1000010 | 11000 | 111111 | 110100 | 110011 |
Color Harmonies of #BDC343
Complementary color
Monochromatic Colors of #BDC343
Black with #BDC343
Text Example
Text Example
White with #BDC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC343; }
p { color: rgb(189,195,67); }
H1.HeaderClassName
{
color: #BDC343;
}
.AnyTagClassName
{
color: #BDC343;
}
</style>
background-color css
<style>
a { background-color: #BDC343; }
a { background-color: rgb(189,195,67); }
div.DivClassName
{
background-color: #BDC343;
}
.BgClassName
{
background-color: #BDC343;
}
</style>
border-color css
<style>
span { border-color: #BDC343; }
span { border-color: rgb(189,195,67); }
td.TdClassName
{
border-color: #BDC343;
}
.TagClassName
{
border-color: #BDC343;
}
</style>