Shades of Celery #BDBE4E
Tints of Celery #BDBE4E
RGB
CMYK
RGB Variations
Color information
#BDBE4E (or 0xBDBE4E) is known color: Celery. HEX triplet: BD, BE and 4E. RGB value is (189,190,78). Sum of RGB (Red+Green+Blue) = 189+190+78=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE4E is #4241B1. Grayscale: #B1B1B1. Windows color (decimal): -4342194 or 5160637. OLE color: 5160637.
HSL color Cylindrical-coordinate representation of color #BDBE4E: hue angle of 60.54º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDBE4E is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 78 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.25 |
| HSL | 60.54º | 0.46% | 0.53% | - |
| HSV(B) | 60.54º | 0.59% | 0.75% | - |
| XYZ | 40.77 | 48.2 | 14.36 | - |
| YUV | 176.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 78 | 0.01 | 0 | 0.59 | 0.25 | 60.54 | 0.46 | 0.53 |
| Hex | BD | BE | 4E | 1 | 0 | 3B | 19 | 3D | 2E | 35 |
| Octal | 275 | 276 | 116 | 1 | 0 | 73 | 31 | 75 | 56 | 65 |
| Binary | 10111101 | 10111110 | 1001110 | 1 | 0 | 111011 | 11001 | 111101 | 101110 | 110101 |
Color Harmonies of #BDBE4E
Complementary color
Monochromatic Colors of #BDBE4E
Black with #BDBE4E
Text Example
Text Example
White with #BDBE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE4E; }
p { color: rgb(189,190,78); }
H1.HeaderClassName
{
color: #BDBE4E;
}
.AnyTagClassName
{
color: #BDBE4E;
}
</style>
background-color css
<style>
a { background-color: #BDBE4E; }
a { background-color: rgb(189,190,78); }
div.DivClassName
{
background-color: #BDBE4E;
}
.BgClassName
{
background-color: #BDBE4E;
}
</style>
border-color css
<style>
span { border-color: #BDBE4E; }
span { border-color: rgb(189,190,78); }
td.TdClassName
{
border-color: #BDBE4E;
}
.TagClassName
{
border-color: #BDBE4E;
}
</style>