Shades of Celery #B2BE4E
Tints of Celery #B2BE4E
RGB
CMYK
RGB Variations
Color information
#B2BE4E (or 0xB2BE4E) is known color: Celery. HEX triplet: B2, BE and 4E. RGB value is (178,190,78). Sum of RGB (Red+Green+Blue) = 178+190+78=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE4E is #4D41B1. Grayscale: #AEAEAE. Windows color (decimal): -5063090 or 5160626. OLE color: 5160626.
HSL color Cylindrical-coordinate representation of color #B2BE4E: hue angle of 66.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2BE4E is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 78 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.25 |
| HSL | 66.43º | 0.46% | 0.53% | - |
| HSV(B) | 66.43º | 0.59% | 0.75% | - |
| XYZ | 38.15 | 46.84 | 14.24 | - |
| YUV | 173.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 78 | 0.06 | 0 | 0.59 | 0.25 | 66.43 | 0.46 | 0.53 |
| Hex | B2 | BE | 4E | 6 | 0 | 3B | 19 | 42 | 2E | 35 |
| Octal | 262 | 276 | 116 | 6 | 0 | 73 | 31 | 102 | 56 | 65 |
| Binary | 10110010 | 10111110 | 1001110 | 110 | 0 | 111011 | 11001 | 1000010 | 101110 | 110101 |
Color Harmonies of #B2BE4E
Complementary color
Monochromatic Colors of #B2BE4E
Black with #B2BE4E
Text Example
Text Example
White with #B2BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BE4E; }
p { color: rgb(178,190,78); }
H1.HeaderClassName
{
color: #B2BE4E;
}
.AnyTagClassName
{
color: #B2BE4E;
}
</style>
background-color css
<style>
a { background-color: #B2BE4E; }
a { background-color: rgb(178,190,78); }
div.DivClassName
{
background-color: #B2BE4E;
}
.BgClassName
{
background-color: #B2BE4E;
}
</style>
border-color css
<style>
span { border-color: #B2BE4E; }
span { border-color: rgb(178,190,78); }
td.TdClassName
{
border-color: #B2BE4E;
}
.TagClassName
{
border-color: #B2BE4E;
}
</style>