Shades of Celery #BDB64A
Tints of Celery #BDB64A
RGB
CMYK
RGB Variations
Color information
#BDB64A (or 0xBDB64A) is known color: Celery. HEX triplet: BD, B6 and 4A. RGB value is (189,182,74). Sum of RGB (Red+Green+Blue) = 189+182+74=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB64A is #4249B5. Grayscale: #ACACAC. Windows color (decimal): -4344246 or 4896445. OLE color: 4896445.
HSL color Cylindrical-coordinate representation of color #BDB64A: hue angle of 56.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDB64A is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 74 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.26 |
| HSL | 56.35º | 0.47% | 0.52% | - |
| HSV(B) | 56.35º | 0.61% | 0.74% | - |
| XYZ | 38.95 | 44.77 | 13.07 | - |
| YUV | 171.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 74 | 0 | 0.04 | 0.61 | 0.26 | 56.35 | 0.47 | 0.52 |
| Hex | BD | B6 | 4A | 0 | 4 | 3D | 1A | 38 | 2F | 34 |
| Octal | 275 | 266 | 112 | 0 | 4 | 75 | 32 | 70 | 57 | 64 |
| Binary | 10111101 | 10110110 | 1001010 | 0 | 100 | 111101 | 11010 | 111000 | 101111 | 110100 |
Color Harmonies of #BDB64A
Complementary color
Monochromatic Colors of #BDB64A
Black with #BDB64A
Text Example
Text Example
White with #BDB64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB64A; }
p { color: rgb(189,182,74); }
H1.HeaderClassName
{
color: #BDB64A;
}
.AnyTagClassName
{
color: #BDB64A;
}
</style>
background-color css
<style>
a { background-color: #BDB64A; }
a { background-color: rgb(189,182,74); }
div.DivClassName
{
background-color: #BDB64A;
}
.BgClassName
{
background-color: #BDB64A;
}
</style>
border-color css
<style>
span { border-color: #BDB64A; }
span { border-color: rgb(189,182,74); }
td.TdClassName
{
border-color: #BDB64A;
}
.TagClassName
{
border-color: #BDB64A;
}
</style>