Shades of Celery #BDBA3C
Tints of Celery #BDBA3C
RGB
CMYK
RGB Variations
Color information
#BDBA3C (or 0xBDBA3C) is known color: Celery. HEX triplet: BD, BA and 3C. RGB value is (189,186,60). Sum of RGB (Red+Green+Blue) = 189+186+60=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA3C is #4245C3. Grayscale: #ADADAD. Windows color (decimal): -4343236 or 3979965. OLE color: 3979965.
HSL color Cylindrical-coordinate representation of color #BDBA3C: hue angle of 58.6º degrees, saturation: 0.52, 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 #BDBA3C is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 60 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.26 |
| HSL | 58.6º | 0.52% | 0.49% | - |
| HSV(B) | 58.6º | 0.68% | 0.74% | - |
| XYZ | 39.36 | 46.26 | 11.13 | - |
| YUV | 172.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 60 | 0 | 0.02 | 0.68 | 0.26 | 58.6 | 0.52 | 0.49 |
| Hex | BD | BA | 3C | 0 | 2 | 44 | 1A | 3B | 34 | 31 |
| Octal | 275 | 272 | 74 | 0 | 2 | 104 | 32 | 73 | 64 | 61 |
| Binary | 10111101 | 10111010 | 111100 | 0 | 10 | 1000100 | 11010 | 111011 | 110100 | 110001 |
Color Harmonies of #BDBA3C
Complementary color
Monochromatic Colors of #BDBA3C
Black with #BDBA3C
Text Example
Text Example
White with #BDBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA3C; }
p { color: rgb(189,186,60); }
H1.HeaderClassName
{
color: #BDBA3C;
}
.AnyTagClassName
{
color: #BDBA3C;
}
</style>
background-color css
<style>
a { background-color: #BDBA3C; }
a { background-color: rgb(189,186,60); }
div.DivClassName
{
background-color: #BDBA3C;
}
.BgClassName
{
background-color: #BDBA3C;
}
</style>
border-color css
<style>
span { border-color: #BDBA3C; }
span { border-color: rgb(189,186,60); }
td.TdClassName
{
border-color: #BDBA3C;
}
.TagClassName
{
border-color: #BDBA3C;
}
</style>