Shades of Celery #B2CB47
Tints of Celery #B2CB47
RGB
CMYK
RGB Variations
Color information
#B2CB47 (or 0xB2CB47) is known color: Celery. HEX triplet: B2, CB and 47. RGB value is (178,203,71). Sum of RGB (Red+Green+Blue) = 178+203+71=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB47 is #4D34B8. Grayscale: #B4B4B4. Windows color (decimal): -5059769 or 4705202. OLE color: 4705202.
HSL color Cylindrical-coordinate representation of color #B2CB47: hue angle of 71.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2CB47 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 71 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.20 |
| HSL | 71.36º | 0.56% | 0.54% | - |
| HSV(B) | 71.36º | 0.65% | 0.8% | - |
| XYZ | 40.85 | 52.63 | 13.97 | - |
| YUV | 180.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 71 | 0.12 | 0 | 0.65 | 0.20 | 71.36 | 0.56 | 0.54 |
| Hex | B2 | CB | 47 | C | 0 | 41 | 14 | 47 | 38 | 36 |
| Octal | 262 | 313 | 107 | 14 | 0 | 101 | 24 | 107 | 70 | 66 |
| Binary | 10110010 | 11001011 | 1000111 | 1100 | 0 | 1000001 | 10100 | 1000111 | 111000 | 110110 |
Color Harmonies of #B2CB47
Complementary color
Monochromatic Colors of #B2CB47
Black with #B2CB47
Text Example
Text Example
White with #B2CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB47; }
p { color: rgb(178,203,71); }
H1.HeaderClassName
{
color: #B2CB47;
}
.AnyTagClassName
{
color: #B2CB47;
}
</style>
background-color css
<style>
a { background-color: #B2CB47; }
a { background-color: rgb(178,203,71); }
div.DivClassName
{
background-color: #B2CB47;
}
.BgClassName
{
background-color: #B2CB47;
}
</style>
border-color css
<style>
span { border-color: #B2CB47; }
span { border-color: rgb(178,203,71); }
td.TdClassName
{
border-color: #B2CB47;
}
.TagClassName
{
border-color: #B2CB47;
}
</style>