Shades of Celery #B2CB4E
Tints of Celery #B2CB4E
RGB
CMYK
RGB Variations
Color information
#B2CB4E (or 0xB2CB4E) is known color: Celery. HEX triplet: B2, CB and 4E. RGB value is (178,203,78). Sum of RGB (Red+Green+Blue) = 178+203+78=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CB4E is #4D34B1. Grayscale: #B5B5B5. Windows color (decimal): -5059762 or 5163954. OLE color: 5163954.
HSL color Cylindrical-coordinate representation of color #B2CB4E: hue angle of 72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2CB4E is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 78 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.20 |
| HSL | 72º | 0.55% | 0.55% | - |
| HSV(B) | 72º | 0.62% | 0.8% | - |
| XYZ | 41.09 | 52.73 | 15.22 | - |
| YUV | 181.28 | 69.72 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 78 | 0.12 | 0 | 0.62 | 0.20 | 72 | 0.55 | 0.55 |
| Hex | B2 | CB | 4E | C | 0 | 3E | 14 | 48 | 37 | 37 |
| Octal | 262 | 313 | 116 | 14 | 0 | 76 | 24 | 110 | 67 | 67 |
| Binary | 10110010 | 11001011 | 1001110 | 1100 | 0 | 111110 | 10100 | 1001000 | 110111 | 110111 |
Color Harmonies of #B2CB4E
Complementary color
Monochromatic Colors of #B2CB4E
Black with #B2CB4E
Text Example
Text Example
White with #B2CB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB4E; }
p { color: rgb(178,203,78); }
H1.HeaderClassName
{
color: #B2CB4E;
}
.AnyTagClassName
{
color: #B2CB4E;
}
</style>
background-color css
<style>
a { background-color: #B2CB4E; }
a { background-color: rgb(178,203,78); }
div.DivClassName
{
background-color: #B2CB4E;
}
.BgClassName
{
background-color: #B2CB4E;
}
</style>
border-color css
<style>
span { border-color: #B2CB4E; }
span { border-color: rgb(178,203,78); }
td.TdClassName
{
border-color: #B2CB4E;
}
.TagClassName
{
border-color: #B2CB4E;
}
</style>