Shades of Celery #BDC33A
Tints of Celery #BDC33A
RGB
CMYK
RGB Variations
Color information
#BDC33A (or 0xBDC33A) is known color: Celery. HEX triplet: BD, C3 and 3A. RGB value is (189,195,58). Sum of RGB (Red+Green+Blue) = 189+195+58=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC33A is #423CC5. Grayscale: #B2B2B2. Windows color (decimal): -4340934 or 3851197. OLE color: 3851197.
HSL color Cylindrical-coordinate representation of color #BDC33A: hue angle of 62.63º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDC33A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 58 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.24 |
| HSL | 62.63º | 0.54% | 0.5% | - |
| HSV(B) | 62.63º | 0.7% | 0.76% | - |
| XYZ | 41.27 | 50.15 | 11.51 | - |
| YUV | 177.59 | 60.51 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 58 | 0.03 | 0 | 0.70 | 0.24 | 62.63 | 0.54 | 0.5 |
| Hex | BD | C3 | 3A | 3 | 0 | 46 | 18 | 3F | 36 | 32 |
| Octal | 275 | 303 | 72 | 3 | 0 | 106 | 30 | 77 | 66 | 62 |
| Binary | 10111101 | 11000011 | 111010 | 11 | 0 | 1000110 | 11000 | 111111 | 110110 | 110010 |
Color Harmonies of #BDC33A
Complementary color
Monochromatic Colors of #BDC33A
Black with #BDC33A
Text Example
Text Example
White with #BDC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC33A; }
p { color: rgb(189,195,58); }
H1.HeaderClassName
{
color: #BDC33A;
}
.AnyTagClassName
{
color: #BDC33A;
}
</style>
background-color css
<style>
a { background-color: #BDC33A; }
a { background-color: rgb(189,195,58); }
div.DivClassName
{
background-color: #BDC33A;
}
.BgClassName
{
background-color: #BDC33A;
}
</style>
border-color css
<style>
span { border-color: #BDC33A; }
span { border-color: rgb(189,195,58); }
td.TdClassName
{
border-color: #BDC33A;
}
.TagClassName
{
border-color: #BDC33A;
}
</style>