Shades of Celery #B2C84E
Tints of Celery #B2C84E
RGB
CMYK
RGB Variations
Color information
#B2C84E (or 0xB2C84E) is known color: Celery. HEX triplet: B2, C8 and 4E. RGB value is (178,200,78). Sum of RGB (Red+Green+Blue) = 178+200+78=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C84E is #4D37B1. Grayscale: #B3B3B3. Windows color (decimal): -5060530 or 5163186. OLE color: 5163186.
HSL color Cylindrical-coordinate representation of color #B2C84E: hue angle of 70.82º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2C84E is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 78 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.22 |
| HSL | 70.82º | 0.53% | 0.55% | - |
| HSV(B) | 70.82º | 0.61% | 0.78% | - |
| XYZ | 40.39 | 51.32 | 14.99 | - |
| YUV | 179.51 | 70.71 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 78 | 0.11 | 0 | 0.61 | 0.22 | 70.82 | 0.53 | 0.55 |
| Hex | B2 | C8 | 4E | B | 0 | 3D | 16 | 47 | 35 | 37 |
| Octal | 262 | 310 | 116 | 13 | 0 | 75 | 26 | 107 | 65 | 67 |
| Binary | 10110010 | 11001000 | 1001110 | 1011 | 0 | 111101 | 10110 | 1000111 | 110101 | 110111 |
Color Harmonies of #B2C84E
Complementary color
Monochromatic Colors of #B2C84E
Black with #B2C84E
Text Example
Text Example
White with #B2C84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C84E; }
p { color: rgb(178,200,78); }
H1.HeaderClassName
{
color: #B2C84E;
}
.AnyTagClassName
{
color: #B2C84E;
}
</style>
background-color css
<style>
a { background-color: #B2C84E; }
a { background-color: rgb(178,200,78); }
div.DivClassName
{
background-color: #B2C84E;
}
.BgClassName
{
background-color: #B2C84E;
}
</style>
border-color css
<style>
span { border-color: #B2C84E; }
span { border-color: rgb(178,200,78); }
td.TdClassName
{
border-color: #B2C84E;
}
.TagClassName
{
border-color: #B2C84E;
}
</style>