Shades of Celery #BDB93D
Tints of Celery #BDB93D
RGB
CMYK
RGB Variations
Color information
#BDB93D (or 0xBDB93D) is known color: Celery. HEX triplet: BD, B9 and 3D. RGB value is (189,185,61). Sum of RGB (Red+Green+Blue) = 189+185+61=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB93D is #4246C2. Grayscale: #ACACAC. Windows color (decimal): -4343491 or 4045245. OLE color: 4045245.
HSL color Cylindrical-coordinate representation of color #BDB93D: hue angle of 58.12º 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 #BDB93D is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 61 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.26 |
| HSL | 58.13º | 0.51% | 0.49% | - |
| HSV(B) | 58.13º | 0.68% | 0.74% | - |
| XYZ | 39.18 | 45.85 | 11.2 | - |
| YUV | 172.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 61 | 0 | 0.02 | 0.68 | 0.26 | 58.13 | 0.51 | 0.49 |
| Hex | BD | B9 | 3D | 0 | 2 | 44 | 1A | 3A | 33 | 31 |
| Octal | 275 | 271 | 75 | 0 | 2 | 104 | 32 | 72 | 63 | 61 |
| Binary | 10111101 | 10111001 | 111101 | 0 | 10 | 1000100 | 11010 | 111010 | 110011 | 110001 |
Color Harmonies of #BDB93D
Complementary color
Monochromatic Colors of #BDB93D
Black with #BDB93D
Text Example
Text Example
White with #BDB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB93D; }
p { color: rgb(189,185,61); }
H1.HeaderClassName
{
color: #BDB93D;
}
.AnyTagClassName
{
color: #BDB93D;
}
</style>
background-color css
<style>
a { background-color: #BDB93D; }
a { background-color: rgb(189,185,61); }
div.DivClassName
{
background-color: #BDB93D;
}
.BgClassName
{
background-color: #BDB93D;
}
</style>
border-color css
<style>
span { border-color: #BDB93D; }
span { border-color: rgb(189,185,61); }
td.TdClassName
{
border-color: #BDB93D;
}
.TagClassName
{
border-color: #BDB93D;
}
</style>