Shades of Celery #BDBD42
Tints of Celery #BDBD42
RGB
CMYK
RGB Variations
Color information
#BDBD42 (or 0xBDBD42) is known color: Celery. HEX triplet: BD, BD and 42. RGB value is (189,189,66). Sum of RGB (Red+Green+Blue) = 189+189+66=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD42 is #4242BD. Grayscale: #AFAFAF. Windows color (decimal): -4342462 or 4373949. OLE color: 4373949.
HSL color Cylindrical-coordinate representation of color #BDBD42: hue angle of 60º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDBD42 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 66 | - |
| CMYK | 0 | 0 | 0.65 | 0.26 |
| HSL | 60º | 0.48% | 0.5% | - |
| HSV(B) | 60º | 0.65% | 0.74% | - |
| XYZ | 40.17 | 47.61 | 12.23 | - |
| YUV | 174.98 | 66.5 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 66 | 0 | 0 | 0.65 | 0.26 | 60 | 0.48 | 0.5 |
| Hex | BD | BD | 42 | 0 | 0 | 41 | 1A | 3C | 30 | 32 |
| Octal | 275 | 275 | 102 | 0 | 0 | 101 | 32 | 74 | 60 | 62 |
| Binary | 10111101 | 10111101 | 1000010 | 0 | 0 | 1000001 | 11010 | 111100 | 110000 | 110010 |
Color Harmonies of #BDBD42
Complementary color
Monochromatic Colors of #BDBD42
Black with #BDBD42
Text Example
Text Example
White with #BDBD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD42; }
p { color: rgb(189,189,66); }
H1.HeaderClassName
{
color: #BDBD42;
}
.AnyTagClassName
{
color: #BDBD42;
}
</style>
background-color css
<style>
a { background-color: #BDBD42; }
a { background-color: rgb(189,189,66); }
div.DivClassName
{
background-color: #BDBD42;
}
.BgClassName
{
background-color: #BDBD42;
}
</style>
border-color css
<style>
span { border-color: #BDBD42; }
span { border-color: rgb(189,189,66); }
td.TdClassName
{
border-color: #BDBD42;
}
.TagClassName
{
border-color: #BDBD42;
}
</style>