Shades of Celery #BDBD4E
Tints of Celery #BDBD4E
RGB
CMYK
RGB Variations
Color information
#BDBD4E (or 0xBDBD4E) is known color: Celery. HEX triplet: BD, BD and 4E. RGB value is (189,189,78). Sum of RGB (Red+Green+Blue) = 189+189+78=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD4E is #4242B1. Grayscale: #B0B0B0. Windows color (decimal): -4342450 or 5160381. OLE color: 5160381.
HSL color Cylindrical-coordinate representation of color #BDBD4E: 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.59%. Process color model (Four color, CMYK) of #BDBD4E is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 78 | - |
| CMYK | 0 | 0 | 0.59 | 0.26 |
| HSL | 60º | 0.46% | 0.52% | - |
| HSV(B) | 60º | 0.59% | 0.74% | - |
| XYZ | 40.56 | 47.76 | 14.29 | - |
| YUV | 176.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 78 | 0 | 0 | 0.59 | 0.26 | 60 | 0.46 | 0.52 |
| Hex | BD | BD | 4E | 0 | 0 | 3B | 1A | 3C | 2E | 34 |
| Octal | 275 | 275 | 116 | 0 | 0 | 73 | 32 | 74 | 56 | 64 |
| Binary | 10111101 | 10111101 | 1001110 | 0 | 0 | 111011 | 11010 | 111100 | 101110 | 110100 |
Color Harmonies of #BDBD4E
Complementary color
Monochromatic Colors of #BDBD4E
Black with #BDBD4E
Text Example
Text Example
White with #BDBD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD4E; }
p { color: rgb(189,189,78); }
H1.HeaderClassName
{
color: #BDBD4E;
}
.AnyTagClassName
{
color: #BDBD4E;
}
</style>
background-color css
<style>
a { background-color: #BDBD4E; }
a { background-color: rgb(189,189,78); }
div.DivClassName
{
background-color: #BDBD4E;
}
.BgClassName
{
background-color: #BDBD4E;
}
</style>
border-color css
<style>
span { border-color: #BDBD4E; }
span { border-color: rgb(189,189,78); }
td.TdClassName
{
border-color: #BDBD4E;
}
.TagClassName
{
border-color: #BDBD4E;
}
</style>