Shades of Celery #BDBE4A
Tints of Celery #BDBE4A
RGB
CMYK
RGB Variations
Color information
#BDBE4A (or 0xBDBE4A) is known color: Celery. HEX triplet: BD, BE and 4A. RGB value is (189,190,74). Sum of RGB (Red+Green+Blue) = 189+190+74=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE4A is #4241B5. Grayscale: #B0B0B0. Windows color (decimal): -4342198 or 4898493. OLE color: 4898493.
HSL color Cylindrical-coordinate representation of color #BDBE4A: hue angle of 60.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDBE4A is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 74 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.25 |
| HSL | 60.52º | 0.47% | 0.52% | - |
| HSV(B) | 60.52º | 0.61% | 0.75% | - |
| XYZ | 40.64 | 48.14 | 13.63 | - |
| YUV | 176.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 74 | 0.01 | 0 | 0.61 | 0.25 | 60.52 | 0.47 | 0.52 |
| Hex | BD | BE | 4A | 1 | 0 | 3D | 19 | 3D | 2F | 34 |
| Octal | 275 | 276 | 112 | 1 | 0 | 75 | 31 | 75 | 57 | 64 |
| Binary | 10111101 | 10111110 | 1001010 | 1 | 0 | 111101 | 11001 | 111101 | 101111 | 110100 |
Color Harmonies of #BDBE4A
Complementary color
Monochromatic Colors of #BDBE4A
Black with #BDBE4A
Text Example
Text Example
White with #BDBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE4A; }
p { color: rgb(189,190,74); }
H1.HeaderClassName
{
color: #BDBE4A;
}
.AnyTagClassName
{
color: #BDBE4A;
}
</style>
background-color css
<style>
a { background-color: #BDBE4A; }
a { background-color: rgb(189,190,74); }
div.DivClassName
{
background-color: #BDBE4A;
}
.BgClassName
{
background-color: #BDBE4A;
}
</style>
border-color css
<style>
span { border-color: #BDBE4A; }
span { border-color: rgb(189,190,74); }
td.TdClassName
{
border-color: #BDBE4A;
}
.TagClassName
{
border-color: #BDBE4A;
}
</style>