Shades of Celery #BEB94D
Tints of Celery #BEB94D
RGB
CMYK
RGB Variations
Color information
#BEB94D (or 0xBEB94D) is known color: Celery. HEX triplet: BE, B9 and 4D. RGB value is (190,185,77). Sum of RGB (Red+Green+Blue) = 190+185+77=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB94D is #4146B2. Grayscale: #AEAEAE. Windows color (decimal): -4277939 or 5093822. OLE color: 5093822.
HSL color Cylindrical-coordinate representation of color #BEB94D: hue angle of 57.35º 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 #BEB94D is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 77 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.25 |
| HSL | 57.35º | 0.47% | 0.52% | - |
| HSV(B) | 57.35º | 0.59% | 0.75% | - |
| XYZ | 39.92 | 46.18 | 13.83 | - |
| YUV | 174.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 77 | 0 | 0.03 | 0.59 | 0.25 | 57.35 | 0.47 | 0.52 |
| Hex | BE | B9 | 4D | 0 | 3 | 3B | 19 | 39 | 2F | 34 |
| Octal | 276 | 271 | 115 | 0 | 3 | 73 | 31 | 71 | 57 | 64 |
| Binary | 10111110 | 10111001 | 1001101 | 0 | 11 | 111011 | 11001 | 111001 | 101111 | 110100 |
Color Harmonies of #BEB94D
Complementary color
Monochromatic Colors of #BEB94D
Black with #BEB94D
Text Example
Text Example
White with #BEB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB94D; }
p { color: rgb(190,185,77); }
H1.HeaderClassName
{
color: #BEB94D;
}
.AnyTagClassName
{
color: #BEB94D;
}
</style>
background-color css
<style>
a { background-color: #BEB94D; }
a { background-color: rgb(190,185,77); }
div.DivClassName
{
background-color: #BEB94D;
}
.BgClassName
{
background-color: #BEB94D;
}
</style>
border-color css
<style>
span { border-color: #BEB94D; }
span { border-color: rgb(190,185,77); }
td.TdClassName
{
border-color: #BEB94D;
}
.TagClassName
{
border-color: #BEB94D;
}
</style>