Shades of Celery #BDBD40
Tints of Celery #BDBD40
RGB
CMYK
RGB Variations
Color information
#BDBD40 (or 0xBDBD40) is known color: Celery. HEX triplet: BD, BD and 40. RGB value is (189,189,64). Sum of RGB (Red+Green+Blue) = 189+189+64=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD40 is #4242BF. Grayscale: #AFAFAF. Windows color (decimal): -4342464 or 4242877. OLE color: 4242877.
HSL color Cylindrical-coordinate representation of color #BDBD40: hue angle of 60º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDBD40 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 64 | - |
| CMYK | 0 | 0 | 0.66 | 0.26 |
| HSL | 60º | 0.49% | 0.5% | - |
| HSV(B) | 60º | 0.66% | 0.74% | - |
| XYZ | 40.11 | 47.58 | 11.92 | - |
| YUV | 174.75 | 65.5 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 64 | 0 | 0 | 0.66 | 0.26 | 60 | 0.49 | 0.5 |
| Hex | BD | BD | 40 | 0 | 0 | 42 | 1A | 3C | 31 | 32 |
| Octal | 275 | 275 | 100 | 0 | 0 | 102 | 32 | 74 | 61 | 62 |
| Binary | 10111101 | 10111101 | 1000000 | 0 | 0 | 1000010 | 11010 | 111100 | 110001 | 110010 |
Color Harmonies of #BDBD40
Complementary color
Monochromatic Colors of #BDBD40
Black with #BDBD40
Text Example
Text Example
White with #BDBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD40; }
p { color: rgb(189,189,64); }
H1.HeaderClassName
{
color: #BDBD40;
}
.AnyTagClassName
{
color: #BDBD40;
}
</style>
background-color css
<style>
a { background-color: #BDBD40; }
a { background-color: rgb(189,189,64); }
div.DivClassName
{
background-color: #BDBD40;
}
.BgClassName
{
background-color: #BDBD40;
}
</style>
border-color css
<style>
span { border-color: #BDBD40; }
span { border-color: rgb(189,189,64); }
td.TdClassName
{
border-color: #BDBD40;
}
.TagClassName
{
border-color: #BDBD40;
}
</style>