Shades of Celery #BDBD3D
Tints of Celery #BDBD3D
RGB
CMYK
RGB Variations
Color information
#BDBD3D (or 0xBDBD3D) is known color: Celery. HEX triplet: BD, BD and 3D. RGB value is (189,189,61). Sum of RGB (Red+Green+Blue) = 189+189+61=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD3D is #4242C2. Grayscale: #AEAEAE. Windows color (decimal): -4342467 or 4046269. OLE color: 4046269.
HSL color Cylindrical-coordinate representation of color #BDBD3D: hue angle of 60º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDBD3D is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 61 | - |
| CMYK | 0 | 0 | 0.68 | 0.26 |
| HSL | 60º | 0.51% | 0.49% | - |
| HSV(B) | 60º | 0.68% | 0.74% | - |
| XYZ | 40.03 | 47.55 | 11.48 | - |
| YUV | 174.41 | 64 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 61 | 0 | 0 | 0.68 | 0.26 | 60 | 0.51 | 0.49 |
| Hex | BD | BD | 3D | 0 | 0 | 44 | 1A | 3C | 33 | 31 |
| Octal | 275 | 275 | 75 | 0 | 0 | 104 | 32 | 74 | 63 | 61 |
| Binary | 10111101 | 10111101 | 111101 | 0 | 0 | 1000100 | 11010 | 111100 | 110011 | 110001 |
Color Harmonies of #BDBD3D
Complementary color
Monochromatic Colors of #BDBD3D
Black with #BDBD3D
Text Example
Text Example
White with #BDBD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD3D; }
p { color: rgb(189,189,61); }
H1.HeaderClassName
{
color: #BDBD3D;
}
.AnyTagClassName
{
color: #BDBD3D;
}
</style>
background-color css
<style>
a { background-color: #BDBD3D; }
a { background-color: rgb(189,189,61); }
div.DivClassName
{
background-color: #BDBD3D;
}
.BgClassName
{
background-color: #BDBD3D;
}
</style>
border-color css
<style>
span { border-color: #BDBD3D; }
span { border-color: rgb(189,189,61); }
td.TdClassName
{
border-color: #BDBD3D;
}
.TagClassName
{
border-color: #BDBD3D;
}
</style>