Shades of Celery #B2CB4C
Tints of Celery #B2CB4C
RGB
CMYK
RGB Variations
Color information
#B2CB4C (or 0xB2CB4C) is known color: Celery. HEX triplet: B2, CB and 4C. RGB value is (178,203,76). Sum of RGB (Red+Green+Blue) = 178+203+76=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB4C is #4D34B3. Grayscale: #B5B5B5. Windows color (decimal): -5059764 or 5032882. OLE color: 5032882.
HSL color Cylindrical-coordinate representation of color #B2CB4C: hue angle of 71.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2CB4C is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 76 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.20 |
| HSL | 71.81º | 0.55% | 0.55% | - |
| HSV(B) | 71.81º | 0.63% | 0.8% | - |
| XYZ | 41.02 | 52.7 | 14.85 | - |
| YUV | 181.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 76 | 0.12 | 0 | 0.63 | 0.20 | 71.81 | 0.55 | 0.55 |
| Hex | B2 | CB | 4C | C | 0 | 3F | 14 | 48 | 37 | 37 |
| Octal | 262 | 313 | 114 | 14 | 0 | 77 | 24 | 110 | 67 | 67 |
| Binary | 10110010 | 11001011 | 1001100 | 1100 | 0 | 111111 | 10100 | 1001000 | 110111 | 110111 |
Color Harmonies of #B2CB4C
Complementary color
Monochromatic Colors of #B2CB4C
Black with #B2CB4C
Text Example
Text Example
White with #B2CB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB4C; }
p { color: rgb(178,203,76); }
H1.HeaderClassName
{
color: #B2CB4C;
}
.AnyTagClassName
{
color: #B2CB4C;
}
</style>
background-color css
<style>
a { background-color: #B2CB4C; }
a { background-color: rgb(178,203,76); }
div.DivClassName
{
background-color: #B2CB4C;
}
.BgClassName
{
background-color: #B2CB4C;
}
</style>
border-color css
<style>
span { border-color: #B2CB4C; }
span { border-color: rgb(178,203,76); }
td.TdClassName
{
border-color: #B2CB4C;
}
.TagClassName
{
border-color: #B2CB4C;
}
</style>