Shades of Celery #BEBA3E
Tints of Celery #BEBA3E
RGB
CMYK
RGB Variations
Color information
#BEBA3E (or 0xBEBA3E) is known color: Celery. HEX triplet: BE, BA and 3E. RGB value is (190,186,62). Sum of RGB (Red+Green+Blue) = 190+186+62=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA3E is #4145C1. Grayscale: #ADADAD. Windows color (decimal): -4277698 or 4111038. OLE color: 4111038.
HSL color Cylindrical-coordinate representation of color #BEBA3E: hue angle of 58.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEBA3E is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 62 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.25 |
| HSL | 58.13º | 0.51% | 0.49% | - |
| HSV(B) | 58.13º | 0.67% | 0.75% | - |
| XYZ | 39.66 | 46.41 | 11.43 | - |
| YUV | 173.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 62 | 0 | 0.02 | 0.67 | 0.25 | 58.13 | 0.51 | 0.49 |
| Hex | BE | BA | 3E | 0 | 2 | 43 | 19 | 3A | 33 | 31 |
| Octal | 276 | 272 | 76 | 0 | 2 | 103 | 31 | 72 | 63 | 61 |
| Binary | 10111110 | 10111010 | 111110 | 0 | 10 | 1000011 | 11001 | 111010 | 110011 | 110001 |
Color Harmonies of #BEBA3E
Complementary color
Monochromatic Colors of #BEBA3E
Black with #BEBA3E
Text Example
Text Example
White with #BEBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA3E; }
p { color: rgb(190,186,62); }
H1.HeaderClassName
{
color: #BEBA3E;
}
.AnyTagClassName
{
color: #BEBA3E;
}
</style>
background-color css
<style>
a { background-color: #BEBA3E; }
a { background-color: rgb(190,186,62); }
div.DivClassName
{
background-color: #BEBA3E;
}
.BgClassName
{
background-color: #BEBA3E;
}
</style>
border-color css
<style>
span { border-color: #BEBA3E; }
span { border-color: rgb(190,186,62); }
td.TdClassName
{
border-color: #BEBA3E;
}
.TagClassName
{
border-color: #BEBA3E;
}
</style>