Shades of Celery #BDB74A
Tints of Celery #BDB74A
RGB
CMYK
RGB Variations
Color information
#BDB74A (or 0xBDB74A) is known color: Celery. HEX triplet: BD, B7 and 4A. RGB value is (189,183,74). Sum of RGB (Red+Green+Blue) = 189+183+74=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB74A is #4248B5. Grayscale: #ACACAC. Windows color (decimal): -4343990 or 4896701. OLE color: 4896701.
HSL color Cylindrical-coordinate representation of color #BDB74A: hue angle of 56.87º 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 #BDB74A is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 74 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.26 |
| HSL | 56.87º | 0.47% | 0.52% | - |
| HSV(B) | 56.87º | 0.61% | 0.74% | - |
| XYZ | 39.16 | 45.18 | 13.14 | - |
| YUV | 172.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 74 | 0 | 0.03 | 0.61 | 0.26 | 56.87 | 0.47 | 0.52 |
| Hex | BD | B7 | 4A | 0 | 3 | 3D | 1A | 39 | 2F | 34 |
| Octal | 275 | 267 | 112 | 0 | 3 | 75 | 32 | 71 | 57 | 64 |
| Binary | 10111101 | 10110111 | 1001010 | 0 | 11 | 111101 | 11010 | 111001 | 101111 | 110100 |
Color Harmonies of #BDB74A
Complementary color
Monochromatic Colors of #BDB74A
Black with #BDB74A
Text Example
Text Example
White with #BDB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB74A; }
p { color: rgb(189,183,74); }
H1.HeaderClassName
{
color: #BDB74A;
}
.AnyTagClassName
{
color: #BDB74A;
}
</style>
background-color css
<style>
a { background-color: #BDB74A; }
a { background-color: rgb(189,183,74); }
div.DivClassName
{
background-color: #BDB74A;
}
.BgClassName
{
background-color: #BDB74A;
}
</style>
border-color css
<style>
span { border-color: #BDB74A; }
span { border-color: rgb(189,183,74); }
td.TdClassName
{
border-color: #BDB74A;
}
.TagClassName
{
border-color: #BDB74A;
}
</style>