Shades of Celery #BDCF4D
Tints of Celery #BDCF4D
RGB
CMYK
RGB Variations
Color information
#BDCF4D (or 0xBDCF4D) is known color: Celery. HEX triplet: BD, CF and 4D. RGB value is (189,207,77). Sum of RGB (Red+Green+Blue) = 189+207+77=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF4D is #4230B2. Grayscale: #BBBBBB. Windows color (decimal): -4337843 or 5099453. OLE color: 5099453.
HSL color Cylindrical-coordinate representation of color #BDCF4D: hue angle of 68.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDCF4D is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 77 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.19 |
| HSL | 68.31º | 0.58% | 0.56% | - |
| HSV(B) | 68.31º | 0.63% | 0.81% | - |
| XYZ | 44.64 | 55.98 | 15.47 | - |
| YUV | 186.8 | 66.04 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 77 | 0.09 | 0 | 0.63 | 0.19 | 68.31 | 0.58 | 0.56 |
| Hex | BD | CF | 4D | 9 | 0 | 3F | 13 | 44 | 3A | 38 |
| Octal | 275 | 317 | 115 | 11 | 0 | 77 | 23 | 104 | 72 | 70 |
| Binary | 10111101 | 11001111 | 1001101 | 1001 | 0 | 111111 | 10011 | 1000100 | 111010 | 111000 |
Color Harmonies of #BDCF4D
Complementary color
Monochromatic Colors of #BDCF4D
Black with #BDCF4D
Text Example
Text Example
White with #BDCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCF4D; }
p { color: rgb(189,207,77); }
H1.HeaderClassName
{
color: #BDCF4D;
}
.AnyTagClassName
{
color: #BDCF4D;
}
</style>
background-color css
<style>
a { background-color: #BDCF4D; }
a { background-color: rgb(189,207,77); }
div.DivClassName
{
background-color: #BDCF4D;
}
.BgClassName
{
background-color: #BDCF4D;
}
</style>
border-color css
<style>
span { border-color: #BDCF4D; }
span { border-color: rgb(189,207,77); }
td.TdClassName
{
border-color: #BDCF4D;
}
.TagClassName
{
border-color: #BDCF4D;
}
</style>