Shades of Celery #BDBD4A
Tints of Celery #BDBD4A
RGB
CMYK
RGB Variations
Color information
#BDBD4A (or 0xBDBD4A) is known color: Celery. HEX triplet: BD, BD and 4A. RGB value is (189,189,74). Sum of RGB (Red+Green+Blue) = 189+189+74=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD4A is #4242B5. Grayscale: #B0B0B0. Windows color (decimal): -4342454 or 4898237. OLE color: 4898237.
HSL color Cylindrical-coordinate representation of color #BDBD4A: hue angle of 60º 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 #BDBD4A is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 74 | - |
| CMYK | 0 | 0 | 0.61 | 0.26 |
| HSL | 60º | 0.47% | 0.52% | - |
| HSV(B) | 60º | 0.61% | 0.74% | - |
| XYZ | 40.42 | 47.71 | 13.56 | - |
| YUV | 175.89 | 70.5 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 74 | 0 | 0 | 0.61 | 0.26 | 60 | 0.47 | 0.52 |
| Hex | BD | BD | 4A | 0 | 0 | 3D | 1A | 3C | 2F | 34 |
| Octal | 275 | 275 | 112 | 0 | 0 | 75 | 32 | 74 | 57 | 64 |
| Binary | 10111101 | 10111101 | 1001010 | 0 | 0 | 111101 | 11010 | 111100 | 101111 | 110100 |
Color Harmonies of #BDBD4A
Complementary color
Monochromatic Colors of #BDBD4A
Black with #BDBD4A
Text Example
Text Example
White with #BDBD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD4A; }
p { color: rgb(189,189,74); }
H1.HeaderClassName
{
color: #BDBD4A;
}
.AnyTagClassName
{
color: #BDBD4A;
}
</style>
background-color css
<style>
a { background-color: #BDBD4A; }
a { background-color: rgb(189,189,74); }
div.DivClassName
{
background-color: #BDBD4A;
}
.BgClassName
{
background-color: #BDBD4A;
}
</style>
border-color css
<style>
span { border-color: #BDBD4A; }
span { border-color: rgb(189,189,74); }
td.TdClassName
{
border-color: #BDBD4A;
}
.TagClassName
{
border-color: #BDBD4A;
}
</style>