Shades of Celery #BDBD4C
Tints of Celery #BDBD4C
RGB
CMYK
RGB Variations
Color information
#BDBD4C (or 0xBDBD4C) is known color: Celery. HEX triplet: BD, BD and 4C. RGB value is (189,189,76). Sum of RGB (Red+Green+Blue) = 189+189+76=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD4C is #4242B3. Grayscale: #B0B0B0. Windows color (decimal): -4342452 or 5029309. OLE color: 5029309.
HSL color Cylindrical-coordinate representation of color #BDBD4C: hue angle of 60º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDBD4C is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 76 | - |
| CMYK | 0 | 0 | 0.60 | 0.26 |
| HSL | 60º | 0.46% | 0.52% | - |
| HSV(B) | 60º | 0.6% | 0.74% | - |
| XYZ | 40.49 | 47.74 | 13.92 | - |
| YUV | 176.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 76 | 0 | 0 | 0.60 | 0.26 | 60 | 0.46 | 0.52 |
| Hex | BD | BD | 4C | 0 | 0 | 3C | 1A | 3C | 2E | 34 |
| Octal | 275 | 275 | 114 | 0 | 0 | 74 | 32 | 74 | 56 | 64 |
| Binary | 10111101 | 10111101 | 1001100 | 0 | 0 | 111100 | 11010 | 111100 | 101110 | 110100 |
Color Harmonies of #BDBD4C
Complementary color
Monochromatic Colors of #BDBD4C
Black with #BDBD4C
Text Example
Text Example
White with #BDBD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD4C; }
p { color: rgb(189,189,76); }
H1.HeaderClassName
{
color: #BDBD4C;
}
.AnyTagClassName
{
color: #BDBD4C;
}
</style>
background-color css
<style>
a { background-color: #BDBD4C; }
a { background-color: rgb(189,189,76); }
div.DivClassName
{
background-color: #BDBD4C;
}
.BgClassName
{
background-color: #BDBD4C;
}
</style>
border-color css
<style>
span { border-color: #BDBD4C; }
span { border-color: rgb(189,189,76); }
td.TdClassName
{
border-color: #BDBD4C;
}
.TagClassName
{
border-color: #BDBD4C;
}
</style>