Shades of Celery #B2CB46
Tints of Celery #B2CB46
RGB
CMYK
RGB Variations
Color information
#B2CB46 (or 0xB2CB46) is known color: Celery. HEX triplet: B2, CB and 46. RGB value is (178,203,70). Sum of RGB (Red+Green+Blue) = 178+203+70=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB46 is #4D34B9. Grayscale: #B4B4B4. Windows color (decimal): -5059770 or 4639666. OLE color: 4639666.
HSL color Cylindrical-coordinate representation of color #B2CB46: hue angle of 71.28º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2CB46 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 70 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.20 |
| HSL | 71.28º | 0.56% | 0.54% | - |
| HSV(B) | 71.28º | 0.66% | 0.8% | - |
| XYZ | 40.82 | 52.62 | 13.8 | - |
| YUV | 180.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 70 | 0.12 | 0 | 0.66 | 0.20 | 71.28 | 0.56 | 0.54 |
| Hex | B2 | CB | 46 | C | 0 | 42 | 14 | 47 | 38 | 36 |
| Octal | 262 | 313 | 106 | 14 | 0 | 102 | 24 | 107 | 70 | 66 |
| Binary | 10110010 | 11001011 | 1000110 | 1100 | 0 | 1000010 | 10100 | 1000111 | 111000 | 110110 |
Color Harmonies of #B2CB46
Complementary color
Monochromatic Colors of #B2CB46
Black with #B2CB46
Text Example
Text Example
White with #B2CB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB46; }
p { color: rgb(178,203,70); }
H1.HeaderClassName
{
color: #B2CB46;
}
.AnyTagClassName
{
color: #B2CB46;
}
</style>
background-color css
<style>
a { background-color: #B2CB46; }
a { background-color: rgb(178,203,70); }
div.DivClassName
{
background-color: #B2CB46;
}
.BgClassName
{
background-color: #B2CB46;
}
</style>
border-color css
<style>
span { border-color: #B2CB46; }
span { border-color: rgb(178,203,70); }
td.TdClassName
{
border-color: #B2CB46;
}
.TagClassName
{
border-color: #B2CB46;
}
</style>