Shades of Celery #BDBF3E
Tints of Celery #BDBF3E
RGB
CMYK
RGB Variations
Color information
#BDBF3E (or 0xBDBF3E) is known color: Celery. HEX triplet: BD, BF and 3E. RGB value is (189,191,62). Sum of RGB (Red+Green+Blue) = 189+191+62=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF3E is #4240C1. Grayscale: #B0B0B0. Windows color (decimal): -4341954 or 4112317. OLE color: 4112317.
HSL color Cylindrical-coordinate representation of color #BDBF3E: hue angle of 60.93º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDBF3E is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 62 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.25 |
| HSL | 60.93º | 0.51% | 0.5% | - |
| HSV(B) | 60.93º | 0.68% | 0.75% | - |
| XYZ | 40.49 | 48.43 | 11.77 | - |
| YUV | 175.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 62 | 0.01 | 0 | 0.68 | 0.25 | 60.93 | 0.51 | 0.5 |
| Hex | BD | BF | 3E | 1 | 0 | 44 | 19 | 3D | 33 | 32 |
| Octal | 275 | 277 | 76 | 1 | 0 | 104 | 31 | 75 | 63 | 62 |
| Binary | 10111101 | 10111111 | 111110 | 1 | 0 | 1000100 | 11001 | 111101 | 110011 | 110010 |
Color Harmonies of #BDBF3E
Complementary color
Monochromatic Colors of #BDBF3E
Black with #BDBF3E
Text Example
Text Example
White with #BDBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBF3E; }
p { color: rgb(189,191,62); }
H1.HeaderClassName
{
color: #BDBF3E;
}
.AnyTagClassName
{
color: #BDBF3E;
}
</style>
background-color css
<style>
a { background-color: #BDBF3E; }
a { background-color: rgb(189,191,62); }
div.DivClassName
{
background-color: #BDBF3E;
}
.BgClassName
{
background-color: #BDBF3E;
}
</style>
border-color css
<style>
span { border-color: #BDBF3E; }
span { border-color: rgb(189,191,62); }
td.TdClassName
{
border-color: #BDBF3E;
}
.TagClassName
{
border-color: #BDBF3E;
}
</style>