Shades of Celery #B2C54E
Tints of Celery #B2C54E
RGB
CMYK
RGB Variations
Color information
#B2C54E (or 0xB2C54E) is known color: Celery. HEX triplet: B2, C5 and 4E. RGB value is (178,197,78). Sum of RGB (Red+Green+Blue) = 178+197+78=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C54E is #4D3AB1. Grayscale: #B2B2B2. Windows color (decimal): -5061298 or 5162418. OLE color: 5162418.
HSL color Cylindrical-coordinate representation of color #B2C54E: hue angle of 69.58º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2C54E is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 78 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.23 |
| HSL | 69.58º | 0.51% | 0.54% | - |
| HSV(B) | 69.58º | 0.6% | 0.77% | - |
| XYZ | 39.7 | 49.95 | 14.76 | - |
| YUV | 177.75 | 71.71 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 78 | 0.10 | 0 | 0.60 | 0.23 | 69.58 | 0.51 | 0.54 |
| Hex | B2 | C5 | 4E | A | 0 | 3C | 17 | 46 | 33 | 36 |
| Octal | 262 | 305 | 116 | 12 | 0 | 74 | 27 | 106 | 63 | 66 |
| Binary | 10110010 | 11000101 | 1001110 | 1010 | 0 | 111100 | 10111 | 1000110 | 110011 | 110110 |
Color Harmonies of #B2C54E
Complementary color
Monochromatic Colors of #B2C54E
Black with #B2C54E
Text Example
Text Example
White with #B2C54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C54E; }
p { color: rgb(178,197,78); }
H1.HeaderClassName
{
color: #B2C54E;
}
.AnyTagClassName
{
color: #B2C54E;
}
</style>
background-color css
<style>
a { background-color: #B2C54E; }
a { background-color: rgb(178,197,78); }
div.DivClassName
{
background-color: #B2C54E;
}
.BgClassName
{
background-color: #B2C54E;
}
</style>
border-color css
<style>
span { border-color: #B2C54E; }
span { border-color: rgb(178,197,78); }
td.TdClassName
{
border-color: #B2C54E;
}
.TagClassName
{
border-color: #B2C54E;
}
</style>