Shades of Celery #BDCE4D
Tints of Celery #BDCE4D
RGB
CMYK
RGB Variations
Color information
#BDCE4D (or 0xBDCE4D) is known color: Celery. HEX triplet: BD, CE and 4D. RGB value is (189,206,77). Sum of RGB (Red+Green+Blue) = 189+206+77=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE4D is #4231B2. Grayscale: #BABABA. Windows color (decimal): -4338099 or 5099197. OLE color: 5099197.
HSL color Cylindrical-coordinate representation of color #BDCE4D: hue angle of 67.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDCE4D is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 77 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.19 |
| HSL | 67.91º | 0.57% | 0.55% | - |
| HSV(B) | 67.91º | 0.63% | 0.81% | - |
| XYZ | 44.4 | 55.5 | 15.39 | - |
| YUV | 186.21 | 66.37 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 77 | 0.08 | 0 | 0.63 | 0.19 | 67.91 | 0.57 | 0.55 |
| Hex | BD | CE | 4D | 8 | 0 | 3F | 13 | 44 | 39 | 37 |
| Octal | 275 | 316 | 115 | 10 | 0 | 77 | 23 | 104 | 71 | 67 |
| Binary | 10111101 | 11001110 | 1001101 | 1000 | 0 | 111111 | 10011 | 1000100 | 111001 | 110111 |
Color Harmonies of #BDCE4D
Complementary color
Monochromatic Colors of #BDCE4D
Black with #BDCE4D
Text Example
Text Example
White with #BDCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE4D; }
p { color: rgb(189,206,77); }
H1.HeaderClassName
{
color: #BDCE4D;
}
.AnyTagClassName
{
color: #BDCE4D;
}
</style>
background-color css
<style>
a { background-color: #BDCE4D; }
a { background-color: rgb(189,206,77); }
div.DivClassName
{
background-color: #BDCE4D;
}
.BgClassName
{
background-color: #BDCE4D;
}
</style>
border-color css
<style>
span { border-color: #BDCE4D; }
span { border-color: rgb(189,206,77); }
td.TdClassName
{
border-color: #BDCE4D;
}
.TagClassName
{
border-color: #BDCE4D;
}
</style>