Shades of Celery #BEBD39
Tints of Celery #BEBD39
RGB
CMYK
RGB Variations
Color information
#BEBD39 (or 0xBEBD39) is known color: Celery. HEX triplet: BE, BD and 39. RGB value is (190,189,57). Sum of RGB (Red+Green+Blue) = 190+189+57=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD39 is #4142C6. Grayscale: #AEAEAE. Windows color (decimal): -4276935 or 3784126. OLE color: 3784126.
HSL color Cylindrical-coordinate representation of color #BEBD39: hue angle of 59.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEBD39 is Cyan = 0, Magento = 0.01, Yellow = 0.7 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 57 | - |
| CMYK | 0 | 0.01 | 0.7 | 0.25 |
| HSL | 59.55º | 0.54% | 0.48% | - |
| HSV(B) | 59.55º | 0.7% | 0.75% | - |
| XYZ | 40.17 | 47.64 | 10.95 | - |
| YUV | 174.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 57 | 0 | 0.01 | 0.7 | 0.25 | 59.55 | 0.54 | 0.48 |
| Hex | BE | BD | 39 | 0 | 1 | 46 | 19 | 3C | 36 | 30 |
| Octal | 276 | 275 | 71 | 0 | 1 | 106 | 31 | 74 | 66 | 60 |
| Binary | 10111110 | 10111101 | 111001 | 0 | 1 | 1000110 | 11001 | 111100 | 110110 | 110000 |
Color Harmonies of #BEBD39
Complementary color
Monochromatic Colors of #BEBD39
Black with #BEBD39
Text Example
Text Example
White with #BEBD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBD39; }
p { color: rgb(190,189,57); }
H1.HeaderClassName
{
color: #BEBD39;
}
.AnyTagClassName
{
color: #BEBD39;
}
</style>
background-color css
<style>
a { background-color: #BEBD39; }
a { background-color: rgb(190,189,57); }
div.DivClassName
{
background-color: #BEBD39;
}
.BgClassName
{
background-color: #BEBD39;
}
</style>
border-color css
<style>
span { border-color: #BEBD39; }
span { border-color: rgb(190,189,57); }
td.TdClassName
{
border-color: #BEBD39;
}
.TagClassName
{
border-color: #BEBD39;
}
</style>