Shades of Celery #B2CB4D
Tints of Celery #B2CB4D
RGB
CMYK
RGB Variations
Color information
#B2CB4D (or 0xB2CB4D) is known color: Celery. HEX triplet: B2, CB and 4D. RGB value is (178,203,77). Sum of RGB (Red+Green+Blue) = 178+203+77=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CB4D is #4D34B2. Grayscale: #B5B5B5. Windows color (decimal): -5059763 or 5098418. OLE color: 5098418.
HSL color Cylindrical-coordinate representation of color #B2CB4D: hue angle of 71.9º 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 #B2CB4D is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 77 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.20 |
| HSL | 71.9º | 0.55% | 0.55% | - |
| HSV(B) | 71.9º | 0.62% | 0.8% | - |
| XYZ | 41.06 | 52.71 | 15.03 | - |
| YUV | 181.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 77 | 0.12 | 0 | 0.62 | 0.20 | 71.9 | 0.55 | 0.55 |
| Hex | B2 | CB | 4D | C | 0 | 3E | 14 | 48 | 37 | 37 |
| Octal | 262 | 313 | 115 | 14 | 0 | 76 | 24 | 110 | 67 | 67 |
| Binary | 10110010 | 11001011 | 1001101 | 1100 | 0 | 111110 | 10100 | 1001000 | 110111 | 110111 |
Color Harmonies of #B2CB4D
Complementary color
Monochromatic Colors of #B2CB4D
Black with #B2CB4D
Text Example
Text Example
White with #B2CB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB4D; }
p { color: rgb(178,203,77); }
H1.HeaderClassName
{
color: #B2CB4D;
}
.AnyTagClassName
{
color: #B2CB4D;
}
</style>
background-color css
<style>
a { background-color: #B2CB4D; }
a { background-color: rgb(178,203,77); }
div.DivClassName
{
background-color: #B2CB4D;
}
.BgClassName
{
background-color: #B2CB4D;
}
</style>
border-color css
<style>
span { border-color: #B2CB4D; }
span { border-color: rgb(178,203,77); }
td.TdClassName
{
border-color: #B2CB4D;
}
.TagClassName
{
border-color: #B2CB4D;
}
</style>