Shades of Celery #BDBB3A
Tints of Celery #BDBB3A
RGB
CMYK
RGB Variations
Color information
#BDBB3A (or 0xBDBB3A) is known color: Celery. HEX triplet: BD, BB and 3A. RGB value is (189,187,58). Sum of RGB (Red+Green+Blue) = 189+187+58=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB3A is #4244C5. Grayscale: #ADADAD. Windows color (decimal): -4342982 or 3849149. OLE color: 3849149.
HSL color Cylindrical-coordinate representation of color #BDBB3A: hue angle of 59.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDBB3A is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 58 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.26 |
| HSL | 59.08º | 0.53% | 0.48% | - |
| HSV(B) | 59.08º | 0.69% | 0.74% | - |
| XYZ | 39.52 | 46.66 | 10.93 | - |
| YUV | 172.89 | 63.16 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 58 | 0 | 0.01 | 0.69 | 0.26 | 59.08 | 0.53 | 0.48 |
| Hex | BD | BB | 3A | 0 | 1 | 45 | 1A | 3B | 35 | 30 |
| Octal | 275 | 273 | 72 | 0 | 1 | 105 | 32 | 73 | 65 | 60 |
| Binary | 10111101 | 10111011 | 111010 | 0 | 1 | 1000101 | 11010 | 111011 | 110101 | 110000 |
Color Harmonies of #BDBB3A
Complementary color
Monochromatic Colors of #BDBB3A
Black with #BDBB3A
Text Example
Text Example
White with #BDBB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB3A; }
p { color: rgb(189,187,58); }
H1.HeaderClassName
{
color: #BDBB3A;
}
.AnyTagClassName
{
color: #BDBB3A;
}
</style>
background-color css
<style>
a { background-color: #BDBB3A; }
a { background-color: rgb(189,187,58); }
div.DivClassName
{
background-color: #BDBB3A;
}
.BgClassName
{
background-color: #BDBB3A;
}
</style>
border-color css
<style>
span { border-color: #BDBB3A; }
span { border-color: rgb(189,187,58); }
td.TdClassName
{
border-color: #BDBB3A;
}
.TagClassName
{
border-color: #BDBB3A;
}
</style>