Shades of Celery #BDBE4D
Tints of Celery #BDBE4D
RGB
CMYK
RGB Variations
Color information
#BDBE4D (or 0xBDBE4D) is known color: Celery. HEX triplet: BD, BE and 4D. RGB value is (189,190,77). Sum of RGB (Red+Green+Blue) = 189+190+77=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE4D is #4241B2. Grayscale: #B1B1B1. Windows color (decimal): -4342195 or 5095101. OLE color: 5095101.
HSL color Cylindrical-coordinate representation of color #BDBE4D: hue angle of 60.53º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDBE4D is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 77 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.25 |
| HSL | 60.53º | 0.47% | 0.52% | - |
| HSV(B) | 60.53º | 0.59% | 0.75% | - |
| XYZ | 40.74 | 48.18 | 14.17 | - |
| YUV | 176.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 77 | 0.01 | 0 | 0.59 | 0.25 | 60.53 | 0.47 | 0.52 |
| Hex | BD | BE | 4D | 1 | 0 | 3B | 19 | 3D | 2F | 34 |
| Octal | 275 | 276 | 115 | 1 | 0 | 73 | 31 | 75 | 57 | 64 |
| Binary | 10111101 | 10111110 | 1001101 | 1 | 0 | 111011 | 11001 | 111101 | 101111 | 110100 |
Color Harmonies of #BDBE4D
Complementary color
Monochromatic Colors of #BDBE4D
Black with #BDBE4D
Text Example
Text Example
White with #BDBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE4D; }
p { color: rgb(189,190,77); }
H1.HeaderClassName
{
color: #BDBE4D;
}
.AnyTagClassName
{
color: #BDBE4D;
}
</style>
background-color css
<style>
a { background-color: #BDBE4D; }
a { background-color: rgb(189,190,77); }
div.DivClassName
{
background-color: #BDBE4D;
}
.BgClassName
{
background-color: #BDBE4D;
}
</style>
border-color css
<style>
span { border-color: #BDBE4D; }
span { border-color: rgb(189,190,77); }
td.TdClassName
{
border-color: #BDBE4D;
}
.TagClassName
{
border-color: #BDBE4D;
}
</style>