Shades of Celery #BDC64C
Tints of Celery #BDC64C
RGB
CMYK
RGB Variations
Color information
#BDC64C (or 0xBDC64C) is known color: Celery. HEX triplet: BD, C6 and 4C. RGB value is (189,198,76). Sum of RGB (Red+Green+Blue) = 189+198+76=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC64C is #4239B3. Grayscale: #B5B5B5. Windows color (decimal): -4340148 or 5031613. OLE color: 5031613.
HSL color Cylindrical-coordinate representation of color #BDC64C: hue angle of 64.43º degrees, saturation: 0.52, 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 #BDC64C is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 76 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.22 |
| HSL | 64.43º | 0.52% | 0.54% | - |
| HSV(B) | 64.43º | 0.62% | 0.78% | - |
| XYZ | 42.48 | 51.73 | 14.58 | - |
| YUV | 181.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 76 | 0.05 | 0 | 0.62 | 0.22 | 64.43 | 0.52 | 0.54 |
| Hex | BD | C6 | 4C | 5 | 0 | 3E | 16 | 40 | 34 | 36 |
| Octal | 275 | 306 | 114 | 5 | 0 | 76 | 26 | 100 | 64 | 66 |
| Binary | 10111101 | 11000110 | 1001100 | 101 | 0 | 111110 | 10110 | 1000000 | 110100 | 110110 |
Color Harmonies of #BDC64C
Complementary color
Monochromatic Colors of #BDC64C
Black with #BDC64C
Text Example
Text Example
White with #BDC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC64C; }
p { color: rgb(189,198,76); }
H1.HeaderClassName
{
color: #BDC64C;
}
.AnyTagClassName
{
color: #BDC64C;
}
</style>
background-color css
<style>
a { background-color: #BDC64C; }
a { background-color: rgb(189,198,76); }
div.DivClassName
{
background-color: #BDC64C;
}
.BgClassName
{
background-color: #BDC64C;
}
</style>
border-color css
<style>
span { border-color: #BDC64C; }
span { border-color: rgb(189,198,76); }
td.TdClassName
{
border-color: #BDC64C;
}
.TagClassName
{
border-color: #BDC64C;
}
</style>