Shades of Celery #BDC950
Tints of Celery #BDC950
RGB
CMYK
RGB Variations
Color information
#BDC950 (or 0xBDC950) is known color: Celery. HEX triplet: BD, C9 and 50. RGB value is (189,201,80). Sum of RGB (Red+Green+Blue) = 189+201+80=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC950 is #4236AF. Grayscale: #B8B8B8. Windows color (decimal): -4339376 or 5294525. OLE color: 5294525.
HSL color Cylindrical-coordinate representation of color #BDC950: hue angle of 65.95º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDC950 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 80 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.21 |
| HSL | 65.95º | 0.53% | 0.55% | - |
| HSV(B) | 65.95º | 0.6% | 0.79% | - |
| XYZ | 43.32 | 53.17 | 15.57 | - |
| YUV | 183.62 | 69.52 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 80 | 0.06 | 0 | 0.60 | 0.21 | 65.95 | 0.53 | 0.55 |
| Hex | BD | C9 | 50 | 6 | 0 | 3C | 15 | 42 | 35 | 37 |
| Octal | 275 | 311 | 120 | 6 | 0 | 74 | 25 | 102 | 65 | 67 |
| Binary | 10111101 | 11001001 | 1010000 | 110 | 0 | 111100 | 10101 | 1000010 | 110101 | 110111 |
Color Harmonies of #BDC950
Complementary color
Monochromatic Colors of #BDC950
Black with #BDC950
Text Example
Text Example
White with #BDC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC950; }
p { color: rgb(189,201,80); }
H1.HeaderClassName
{
color: #BDC950;
}
.AnyTagClassName
{
color: #BDC950;
}
</style>
background-color css
<style>
a { background-color: #BDC950; }
a { background-color: rgb(189,201,80); }
div.DivClassName
{
background-color: #BDC950;
}
.BgClassName
{
background-color: #BDC950;
}
</style>
border-color css
<style>
span { border-color: #BDC950; }
span { border-color: rgb(189,201,80); }
td.TdClassName
{
border-color: #BDC950;
}
.TagClassName
{
border-color: #BDC950;
}
</style>