Shades of Celery #BDBD3C
Tints of Celery #BDBD3C
RGB
CMYK
RGB Variations
Color information
#BDBD3C (or 0xBDBD3C) is known color: Celery. HEX triplet: BD, BD and 3C. RGB value is (189,189,60). Sum of RGB (Red+Green+Blue) = 189+189+60=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD3C is #4242C3. Grayscale: #AEAEAE. Windows color (decimal): -4342468 or 3980733. OLE color: 3980733.
HSL color Cylindrical-coordinate representation of color #BDBD3C: hue angle of 60º 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 #BDBD3C is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 60 | - |
| CMYK | 0 | 0 | 0.68 | 0.26 |
| HSL | 60º | 0.52% | 0.49% | - |
| HSV(B) | 60º | 0.68% | 0.74% | - |
| XYZ | 40 | 47.54 | 11.34 | - |
| YUV | 174.29 | 63.5 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 60 | 0 | 0 | 0.68 | 0.26 | 60 | 0.52 | 0.49 |
| Hex | BD | BD | 3C | 0 | 0 | 44 | 1A | 3C | 34 | 31 |
| Octal | 275 | 275 | 74 | 0 | 0 | 104 | 32 | 74 | 64 | 61 |
| Binary | 10111101 | 10111101 | 111100 | 0 | 0 | 1000100 | 11010 | 111100 | 110100 | 110001 |
Color Harmonies of #BDBD3C
Complementary color
Monochromatic Colors of #BDBD3C
Black with #BDBD3C
Text Example
Text Example
White with #BDBD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD3C; }
p { color: rgb(189,189,60); }
H1.HeaderClassName
{
color: #BDBD3C;
}
.AnyTagClassName
{
color: #BDBD3C;
}
</style>
background-color css
<style>
a { background-color: #BDBD3C; }
a { background-color: rgb(189,189,60); }
div.DivClassName
{
background-color: #BDBD3C;
}
.BgClassName
{
background-color: #BDBD3C;
}
</style>
border-color css
<style>
span { border-color: #BDBD3C; }
span { border-color: rgb(189,189,60); }
td.TdClassName
{
border-color: #BDBD3C;
}
.TagClassName
{
border-color: #BDBD3C;
}
</style>