Shades of Celery #BDCB4D
Tints of Celery #BDCB4D
RGB
CMYK
RGB Variations
Color information
#BDCB4D (or 0xBDCB4D) is known color: Celery. HEX triplet: BD, CB and 4D. RGB value is (189,203,77). Sum of RGB (Red+Green+Blue) = 189+203+77=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB4D is #4234B2. Grayscale: #B8B8B8. Windows color (decimal): -4338867 or 5098429. OLE color: 5098429.
HSL color Cylindrical-coordinate representation of color #BDCB4D: hue angle of 66.67º degrees, saturation: 0.55, 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 #BDCB4D is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 77 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.20 |
| HSL | 66.67º | 0.55% | 0.55% | - |
| HSV(B) | 66.67º | 0.62% | 0.8% | - |
| XYZ | 43.68 | 54.07 | 15.15 | - |
| YUV | 184.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 77 | 0.07 | 0 | 0.62 | 0.20 | 66.67 | 0.55 | 0.55 |
| Hex | BD | CB | 4D | 7 | 0 | 3E | 14 | 43 | 37 | 37 |
| Octal | 275 | 313 | 115 | 7 | 0 | 76 | 24 | 103 | 67 | 67 |
| Binary | 10111101 | 11001011 | 1001101 | 111 | 0 | 111110 | 10100 | 1000011 | 110111 | 110111 |
Color Harmonies of #BDCB4D
Complementary color
Monochromatic Colors of #BDCB4D
Black with #BDCB4D
Text Example
Text Example
White with #BDCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB4D; }
p { color: rgb(189,203,77); }
H1.HeaderClassName
{
color: #BDCB4D;
}
.AnyTagClassName
{
color: #BDCB4D;
}
</style>
background-color css
<style>
a { background-color: #BDCB4D; }
a { background-color: rgb(189,203,77); }
div.DivClassName
{
background-color: #BDCB4D;
}
.BgClassName
{
background-color: #BDCB4D;
}
</style>
border-color css
<style>
span { border-color: #BDCB4D; }
span { border-color: rgb(189,203,77); }
td.TdClassName
{
border-color: #BDCB4D;
}
.TagClassName
{
border-color: #BDCB4D;
}
</style>