Shades of Celery #BDCD4D
Tints of Celery #BDCD4D
RGB
CMYK
RGB Variations
Color information
#BDCD4D (or 0xBDCD4D) is known color: Celery. HEX triplet: BD, CD and 4D. RGB value is (189,205,77). Sum of RGB (Red+Green+Blue) = 189+205+77=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD4D is #4232B2. Grayscale: #BABABA. Windows color (decimal): -4338355 or 5098941. OLE color: 5098941.
HSL color Cylindrical-coordinate representation of color #BDCD4D: hue angle of 67.5º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDCD4D is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 77 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.20 |
| HSL | 67.5º | 0.56% | 0.55% | - |
| HSV(B) | 67.5º | 0.62% | 0.8% | - |
| XYZ | 44.16 | 55.02 | 15.31 | - |
| YUV | 185.62 | 66.7 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 77 | 0.08 | 0 | 0.62 | 0.20 | 67.5 | 0.56 | 0.55 |
| Hex | BD | CD | 4D | 8 | 0 | 3E | 14 | 44 | 38 | 37 |
| Octal | 275 | 315 | 115 | 10 | 0 | 76 | 24 | 104 | 70 | 67 |
| Binary | 10111101 | 11001101 | 1001101 | 1000 | 0 | 111110 | 10100 | 1000100 | 111000 | 110111 |
Color Harmonies of #BDCD4D
Complementary color
Monochromatic Colors of #BDCD4D
Black with #BDCD4D
Text Example
Text Example
White with #BDCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD4D; }
p { color: rgb(189,205,77); }
H1.HeaderClassName
{
color: #BDCD4D;
}
.AnyTagClassName
{
color: #BDCD4D;
}
</style>
background-color css
<style>
a { background-color: #BDCD4D; }
a { background-color: rgb(189,205,77); }
div.DivClassName
{
background-color: #BDCD4D;
}
.BgClassName
{
background-color: #BDCD4D;
}
</style>
border-color css
<style>
span { border-color: #BDCD4D; }
span { border-color: rgb(189,205,77); }
td.TdClassName
{
border-color: #BDCD4D;
}
.TagClassName
{
border-color: #BDCD4D;
}
</style>