Shades of Celery #BDBE55
Tints of Celery #BDBE55
RGB
CMYK
RGB Variations
Color information
#BDBE55 (or 0xBDBE55) is known color: Celery. HEX triplet: BD, BE and 55. RGB value is (189,190,85). Sum of RGB (Red+Green+Blue) = 189+190+85=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE55 is #4241AA. Grayscale: #B2B2B2. Windows color (decimal): -4342187 or 5619389. OLE color: 5619389.
HSL color Cylindrical-coordinate representation of color #BDBE55: hue angle of 60.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDBE55 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 85 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.25 |
| HSL | 60.57º | 0.45% | 0.54% | - |
| HSV(B) | 60.57º | 0.55% | 0.75% | - |
| XYZ | 41.04 | 48.3 | 15.75 | - |
| YUV | 177.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 85 | 0.01 | 0 | 0.55 | 0.25 | 60.57 | 0.45 | 0.54 |
| Hex | BD | BE | 55 | 1 | 0 | 37 | 19 | 3D | 2D | 36 |
| Octal | 275 | 276 | 125 | 1 | 0 | 67 | 31 | 75 | 55 | 66 |
| Binary | 10111101 | 10111110 | 1010101 | 1 | 0 | 110111 | 11001 | 111101 | 101101 | 110110 |
Color Harmonies of #BDBE55
Complementary color
Monochromatic Colors of #BDBE55
Black with #BDBE55
Text Example
Text Example
White with #BDBE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE55; }
p { color: rgb(189,190,85); }
H1.HeaderClassName
{
color: #BDBE55;
}
.AnyTagClassName
{
color: #BDBE55;
}
</style>
background-color css
<style>
a { background-color: #BDBE55; }
a { background-color: rgb(189,190,85); }
div.DivClassName
{
background-color: #BDBE55;
}
.BgClassName
{
background-color: #BDBE55;
}
</style>
border-color css
<style>
span { border-color: #BDBE55; }
span { border-color: rgb(189,190,85); }
td.TdClassName
{
border-color: #BDBE55;
}
.TagClassName
{
border-color: #BDBE55;
}
</style>