Shades of Celery #B2C146
Tints of Celery #B2C146
RGB
CMYK
RGB Variations
Color information
#B2C146 (or 0xB2C146) is known color: Celery. HEX triplet: B2, C1 and 46. RGB value is (178,193,70). Sum of RGB (Red+Green+Blue) = 178+193+70=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C146 is #4D3EB9. Grayscale: #AEAEAE. Windows color (decimal): -5062330 or 4637106. OLE color: 4637106.
HSL color Cylindrical-coordinate representation of color #B2C146: hue angle of 67.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2C146 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 70 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.24 |
| HSL | 67.32º | 0.5% | 0.52% | - |
| HSV(B) | 67.32º | 0.64% | 0.76% | - |
| XYZ | 38.54 | 48.05 | 13.04 | - |
| YUV | 174.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 70 | 0.08 | 0 | 0.64 | 0.24 | 67.32 | 0.5 | 0.52 |
| Hex | B2 | C1 | 46 | 8 | 0 | 40 | 18 | 43 | 32 | 34 |
| Octal | 262 | 301 | 106 | 10 | 0 | 100 | 30 | 103 | 62 | 64 |
| Binary | 10110010 | 11000001 | 1000110 | 1000 | 0 | 1000000 | 11000 | 1000011 | 110010 | 110100 |
Color Harmonies of #B2C146
Complementary color
Monochromatic Colors of #B2C146
Black with #B2C146
Text Example
Text Example
White with #B2C146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C146; }
p { color: rgb(178,193,70); }
H1.HeaderClassName
{
color: #B2C146;
}
.AnyTagClassName
{
color: #B2C146;
}
</style>
background-color css
<style>
a { background-color: #B2C146; }
a { background-color: rgb(178,193,70); }
div.DivClassName
{
background-color: #B2C146;
}
.BgClassName
{
background-color: #B2C146;
}
</style>
border-color css
<style>
span { border-color: #B2C146; }
span { border-color: rgb(178,193,70); }
td.TdClassName
{
border-color: #B2C146;
}
.TagClassName
{
border-color: #B2C146;
}
</style>