Shades of Celery #BDBE44
Tints of Celery #BDBE44
RGB
CMYK
RGB Variations
Color information
#BDBE44 (or 0xBDBE44) is known color: Celery. HEX triplet: BD, BE and 44. RGB value is (189,190,68). Sum of RGB (Red+Green+Blue) = 189+190+68=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE44 is #4241BB. Grayscale: #B0B0B0. Windows color (decimal): -4342204 or 4505277. OLE color: 4505277.
HSL color Cylindrical-coordinate representation of color #BDBE44: hue angle of 60.49º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDBE44 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 68 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.25 |
| HSL | 60.49º | 0.48% | 0.51% | - |
| HSV(B) | 60.49º | 0.64% | 0.75% | - |
| XYZ | 40.44 | 48.06 | 12.61 | - |
| YUV | 175.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 68 | 0.01 | 0 | 0.64 | 0.25 | 60.49 | 0.48 | 0.51 |
| Hex | BD | BE | 44 | 1 | 0 | 40 | 19 | 3C | 30 | 33 |
| Octal | 275 | 276 | 104 | 1 | 0 | 100 | 31 | 74 | 60 | 63 |
| Binary | 10111101 | 10111110 | 1000100 | 1 | 0 | 1000000 | 11001 | 111100 | 110000 | 110011 |
Color Harmonies of #BDBE44
Complementary color
Monochromatic Colors of #BDBE44
Black with #BDBE44
Text Example
Text Example
White with #BDBE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE44; }
p { color: rgb(189,190,68); }
H1.HeaderClassName
{
color: #BDBE44;
}
.AnyTagClassName
{
color: #BDBE44;
}
</style>
background-color css
<style>
a { background-color: #BDBE44; }
a { background-color: rgb(189,190,68); }
div.DivClassName
{
background-color: #BDBE44;
}
.BgClassName
{
background-color: #BDBE44;
}
</style>
border-color css
<style>
span { border-color: #BDBE44; }
span { border-color: rgb(189,190,68); }
td.TdClassName
{
border-color: #BDBE44;
}
.TagClassName
{
border-color: #BDBE44;
}
</style>