Shades of Celery #BDC74D
Tints of Celery #BDC74D
RGB
CMYK
RGB Variations
Color information
#BDC74D (or 0xBDC74D) is known color: Celery. HEX triplet: BD, C7 and 4D. RGB value is (189,199,77). Sum of RGB (Red+Green+Blue) = 189+199+77=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC74D is #4238B2. Grayscale: #B6B6B6. Windows color (decimal): -4339891 or 5097405. OLE color: 5097405.
HSL color Cylindrical-coordinate representation of color #BDC74D: hue angle of 64.92º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDC74D is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 77 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.22 |
| HSL | 64.92º | 0.52% | 0.54% | - |
| HSV(B) | 64.92º | 0.61% | 0.78% | - |
| XYZ | 42.75 | 52.2 | 14.84 | - |
| YUV | 182.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 77 | 0.05 | 0 | 0.61 | 0.22 | 64.92 | 0.52 | 0.54 |
| Hex | BD | C7 | 4D | 5 | 0 | 3D | 16 | 41 | 34 | 36 |
| Octal | 275 | 307 | 115 | 5 | 0 | 75 | 26 | 101 | 64 | 66 |
| Binary | 10111101 | 11000111 | 1001101 | 101 | 0 | 111101 | 10110 | 1000001 | 110100 | 110110 |
Color Harmonies of #BDC74D
Complementary color
Monochromatic Colors of #BDC74D
Black with #BDC74D
Text Example
Text Example
White with #BDC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC74D; }
p { color: rgb(189,199,77); }
H1.HeaderClassName
{
color: #BDC74D;
}
.AnyTagClassName
{
color: #BDC74D;
}
</style>
background-color css
<style>
a { background-color: #BDC74D; }
a { background-color: rgb(189,199,77); }
div.DivClassName
{
background-color: #BDC74D;
}
.BgClassName
{
background-color: #BDC74D;
}
</style>
border-color css
<style>
span { border-color: #BDC74D; }
span { border-color: rgb(189,199,77); }
td.TdClassName
{
border-color: #BDC74D;
}
.TagClassName
{
border-color: #BDC74D;
}
</style>