Shades of Celery #BDCB4C
Tints of Celery #BDCB4C
RGB
CMYK
RGB Variations
Color information
#BDCB4C (or 0xBDCB4C) is known color: Celery. HEX triplet: BD, CB and 4C. RGB value is (189,203,76). Sum of RGB (Red+Green+Blue) = 189+203+76=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB4C is #4234B3. Grayscale: #B8B8B8. Windows color (decimal): -4338868 or 5032893. OLE color: 5032893.
HSL color Cylindrical-coordinate representation of color #BDCB4C: hue angle of 66.61º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDCB4C is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 76 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.20 |
| HSL | 66.61º | 0.55% | 0.55% | - |
| HSV(B) | 66.61º | 0.63% | 0.8% | - |
| XYZ | 43.65 | 54.05 | 14.97 | - |
| YUV | 184.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 76 | 0.07 | 0 | 0.63 | 0.20 | 66.61 | 0.55 | 0.55 |
| Hex | BD | CB | 4C | 7 | 0 | 3F | 14 | 43 | 37 | 37 |
| Octal | 275 | 313 | 114 | 7 | 0 | 77 | 24 | 103 | 67 | 67 |
| Binary | 10111101 | 11001011 | 1001100 | 111 | 0 | 111111 | 10100 | 1000011 | 110111 | 110111 |
Color Harmonies of #BDCB4C
Complementary color
Monochromatic Colors of #BDCB4C
Black with #BDCB4C
Text Example
Text Example
White with #BDCB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB4C; }
p { color: rgb(189,203,76); }
H1.HeaderClassName
{
color: #BDCB4C;
}
.AnyTagClassName
{
color: #BDCB4C;
}
</style>
background-color css
<style>
a { background-color: #BDCB4C; }
a { background-color: rgb(189,203,76); }
div.DivClassName
{
background-color: #BDCB4C;
}
.BgClassName
{
background-color: #BDCB4C;
}
</style>
border-color css
<style>
span { border-color: #BDCB4C; }
span { border-color: rgb(189,203,76); }
td.TdClassName
{
border-color: #BDCB4C;
}
.TagClassName
{
border-color: #BDCB4C;
}
</style>