Shades of Celery #BDC34B
Tints of Celery #BDC34B
RGB
CMYK
RGB Variations
Color information
#BDC34B (or 0xBDC34B) is known color: Celery. HEX triplet: BD, C3 and 4B. RGB value is (189,195,75). Sum of RGB (Red+Green+Blue) = 189+195+75=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC34B is #423CB4. Grayscale: #B4B4B4. Windows color (decimal): -4340917 or 4965309. OLE color: 4965309.
HSL color Cylindrical-coordinate representation of color #BDC34B: hue angle of 63º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC34B is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 75 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.24 |
| HSL | 63º | 0.5% | 0.53% | - |
| HSV(B) | 63º | 0.62% | 0.76% | - |
| XYZ | 41.77 | 50.36 | 14.17 | - |
| YUV | 179.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 75 | 0.03 | 0 | 0.62 | 0.24 | 63 | 0.5 | 0.53 |
| Hex | BD | C3 | 4B | 3 | 0 | 3E | 18 | 3F | 32 | 35 |
| Octal | 275 | 303 | 113 | 3 | 0 | 76 | 30 | 77 | 62 | 65 |
| Binary | 10111101 | 11000011 | 1001011 | 11 | 0 | 111110 | 11000 | 111111 | 110010 | 110101 |
Color Harmonies of #BDC34B
Complementary color
Monochromatic Colors of #BDC34B
Black with #BDC34B
Text Example
Text Example
White with #BDC34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC34B; }
p { color: rgb(189,195,75); }
H1.HeaderClassName
{
color: #BDC34B;
}
.AnyTagClassName
{
color: #BDC34B;
}
</style>
background-color css
<style>
a { background-color: #BDC34B; }
a { background-color: rgb(189,195,75); }
div.DivClassName
{
background-color: #BDC34B;
}
.BgClassName
{
background-color: #BDC34B;
}
</style>
border-color css
<style>
span { border-color: #BDC34B; }
span { border-color: rgb(189,195,75); }
td.TdClassName
{
border-color: #BDC34B;
}
.TagClassName
{
border-color: #BDC34B;
}
</style>