Shades of Celery #B4BE50
Tints of Celery #B4BE50
RGB
CMYK
RGB Variations
Color information
#B4BE50 (or 0xB4BE50) is known color: Celery. HEX triplet: B4, BE and 50. RGB value is (180,190,80). Sum of RGB (Red+Green+Blue) = 180+190+80=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE50 is #4B41AF. Grayscale: #AEAEAE. Windows color (decimal): -4932016 or 5291700. OLE color: 5291700.
HSL color Cylindrical-coordinate representation of color #B4BE50: hue angle of 65.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4BE50 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 190 | 80 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.25 |
| HSL | 65.45º | 0.46% | 0.53% | - |
| HSV(B) | 65.45º | 0.58% | 0.75% | - |
| XYZ | 38.68 | 47.11 | 14.64 | - |
| YUV | 174.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 80 | 0.05 | 0 | 0.58 | 0.25 | 65.45 | 0.46 | 0.53 |
| Hex | B4 | BE | 50 | 5 | 0 | 3A | 19 | 41 | 2E | 35 |
| Octal | 264 | 276 | 120 | 5 | 0 | 72 | 31 | 101 | 56 | 65 |
| Binary | 10110100 | 10111110 | 1010000 | 101 | 0 | 111010 | 11001 | 1000001 | 101110 | 110101 |
Color Harmonies of #B4BE50
Complementary color
Monochromatic Colors of #B4BE50
Black with #B4BE50
Text Example
Text Example
White with #B4BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BE50; }
p { color: rgb(180,190,80); }
H1.HeaderClassName
{
color: #B4BE50;
}
.AnyTagClassName
{
color: #B4BE50;
}
</style>
background-color css
<style>
a { background-color: #B4BE50; }
a { background-color: rgb(180,190,80); }
div.DivClassName
{
background-color: #B4BE50;
}
.BgClassName
{
background-color: #B4BE50;
}
</style>
border-color css
<style>
span { border-color: #B4BE50; }
span { border-color: rgb(180,190,80); }
td.TdClassName
{
border-color: #B4BE50;
}
.TagClassName
{
border-color: #B4BE50;
}
</style>