Shades of Celery #BDC340
Tints of Celery #BDC340
RGB
CMYK
RGB Variations
Color information
#BDC340 (or 0xBDC340) is known color: Celery. HEX triplet: BD, C3 and 40. RGB value is (189,195,64). Sum of RGB (Red+Green+Blue) = 189+195+64=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC340 is #423CBF. Grayscale: #B2B2B2. Windows color (decimal): -4340928 or 4244413. OLE color: 4244413.
HSL color Cylindrical-coordinate representation of color #BDC340: hue angle of 62.75º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDC340 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 64 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.24 |
| HSL | 62.75º | 0.52% | 0.51% | - |
| HSV(B) | 62.75º | 0.67% | 0.76% | - |
| XYZ | 41.43 | 50.22 | 12.36 | - |
| YUV | 178.27 | 63.51 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 64 | 0.03 | 0 | 0.67 | 0.24 | 62.75 | 0.52 | 0.51 |
| Hex | BD | C3 | 40 | 3 | 0 | 43 | 18 | 3F | 34 | 33 |
| Octal | 275 | 303 | 100 | 3 | 0 | 103 | 30 | 77 | 64 | 63 |
| Binary | 10111101 | 11000011 | 1000000 | 11 | 0 | 1000011 | 11000 | 111111 | 110100 | 110011 |
Color Harmonies of #BDC340
Complementary color
Monochromatic Colors of #BDC340
Black with #BDC340
Text Example
Text Example
White with #BDC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC340; }
p { color: rgb(189,195,64); }
H1.HeaderClassName
{
color: #BDC340;
}
.AnyTagClassName
{
color: #BDC340;
}
</style>
background-color css
<style>
a { background-color: #BDC340; }
a { background-color: rgb(189,195,64); }
div.DivClassName
{
background-color: #BDC340;
}
.BgClassName
{
background-color: #BDC340;
}
</style>
border-color css
<style>
span { border-color: #BDC340; }
span { border-color: rgb(189,195,64); }
td.TdClassName
{
border-color: #BDC340;
}
.TagClassName
{
border-color: #BDC340;
}
</style>