Shades of Celery #BDC74B
Tints of Celery #BDC74B
RGB
CMYK
RGB Variations
Color information
#BDC74B (or 0xBDC74B) is known color: Celery. HEX triplet: BD, C7 and 4B. RGB value is (189,199,75). Sum of RGB (Red+Green+Blue) = 189+199+75=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC74B is #4238B4. Grayscale: #B6B6B6. Windows color (decimal): -4339893 or 4966333. OLE color: 4966333.
HSL color Cylindrical-coordinate representation of color #BDC74B: hue angle of 64.84º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC74B is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 75 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.22 |
| HSL | 64.84º | 0.53% | 0.54% | - |
| HSV(B) | 64.84º | 0.62% | 0.78% | - |
| XYZ | 42.68 | 52.17 | 14.48 | - |
| YUV | 181.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 75 | 0.05 | 0 | 0.62 | 0.22 | 64.84 | 0.53 | 0.54 |
| Hex | BD | C7 | 4B | 5 | 0 | 3E | 16 | 41 | 35 | 36 |
| Octal | 275 | 307 | 113 | 5 | 0 | 76 | 26 | 101 | 65 | 66 |
| Binary | 10111101 | 11000111 | 1001011 | 101 | 0 | 111110 | 10110 | 1000001 | 110101 | 110110 |
Color Harmonies of #BDC74B
Complementary color
Monochromatic Colors of #BDC74B
Black with #BDC74B
Text Example
Text Example
White with #BDC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC74B; }
p { color: rgb(189,199,75); }
H1.HeaderClassName
{
color: #BDC74B;
}
.AnyTagClassName
{
color: #BDC74B;
}
</style>
background-color css
<style>
a { background-color: #BDC74B; }
a { background-color: rgb(189,199,75); }
div.DivClassName
{
background-color: #BDC74B;
}
.BgClassName
{
background-color: #BDC74B;
}
</style>
border-color css
<style>
span { border-color: #BDC74B; }
span { border-color: rgb(189,199,75); }
td.TdClassName
{
border-color: #BDC74B;
}
.TagClassName
{
border-color: #BDC74B;
}
</style>