Shades of Celery #BDBC50
Tints of Celery #BDBC50
RGB
CMYK
RGB Variations
Color information
#BDBC50 (or 0xBDBC50) is known color: Celery. HEX triplet: BD, BC and 50. RGB value is (189,188,80). Sum of RGB (Red+Green+Blue) = 189+188+80=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC50 is #4243AF. Grayscale: #B0B0B0. Windows color (decimal): -4342704 or 5291197. OLE color: 5291197.
HSL color Cylindrical-coordinate representation of color #BDBC50: hue angle of 59.45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDBC50 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 80 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.26 |
| HSL | 59.45º | 0.45% | 0.53% | - |
| HSV(B) | 59.45º | 0.58% | 0.74% | - |
| XYZ | 40.42 | 47.36 | 14.6 | - |
| YUV | 175.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 80 | 0 | 0.01 | 0.58 | 0.26 | 59.45 | 0.45 | 0.53 |
| Hex | BD | BC | 50 | 0 | 1 | 3A | 1A | 3B | 2D | 35 |
| Octal | 275 | 274 | 120 | 0 | 1 | 72 | 32 | 73 | 55 | 65 |
| Binary | 10111101 | 10111100 | 1010000 | 0 | 1 | 111010 | 11010 | 111011 | 101101 | 110101 |
Color Harmonies of #BDBC50
Complementary color
Monochromatic Colors of #BDBC50
Black with #BDBC50
Text Example
Text Example
White with #BDBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC50; }
p { color: rgb(189,188,80); }
H1.HeaderClassName
{
color: #BDBC50;
}
.AnyTagClassName
{
color: #BDBC50;
}
</style>
background-color css
<style>
a { background-color: #BDBC50; }
a { background-color: rgb(189,188,80); }
div.DivClassName
{
background-color: #BDBC50;
}
.BgClassName
{
background-color: #BDBC50;
}
</style>
border-color css
<style>
span { border-color: #BDBC50; }
span { border-color: rgb(189,188,80); }
td.TdClassName
{
border-color: #BDBC50;
}
.TagClassName
{
border-color: #BDBC50;
}
</style>