Shades of Celery #B2C259
Tints of Celery #B2C259
RGB
CMYK
RGB Variations
Color information
#B2C259 (or 0xB2C259) is known color: Celery. HEX triplet: B2, C2 and 59. RGB value is (178,194,89). Sum of RGB (Red+Green+Blue) = 178+194+89=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C259 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C259 is #4D3DA6. Grayscale: #B1B1B1. Windows color (decimal): -5062055 or 5882546. OLE color: 5882546.
HSL color Cylindrical-coordinate representation of color #B2C259: hue angle of 69.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2C259 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 89 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.24 |
| HSL | 69.14º | 0.46% | 0.55% | - |
| HSV(B) | 69.14º | 0.54% | 0.76% | - |
| XYZ | 39.46 | 48.77 | 16.79 | - |
| YUV | 177.25 | 78.2 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 89 | 0.08 | 0 | 0.54 | 0.24 | 69.14 | 0.46 | 0.55 |
| Hex | B2 | C2 | 59 | 8 | 0 | 36 | 18 | 45 | 2E | 37 |
| Octal | 262 | 302 | 131 | 10 | 0 | 66 | 30 | 105 | 56 | 67 |
| Binary | 10110010 | 11000010 | 1011001 | 1000 | 0 | 110110 | 11000 | 1000101 | 101110 | 110111 |
Color Harmonies of #B2C259
Complementary color
Monochromatic Colors of #B2C259
Black with #B2C259
Text Example
Text Example
White with #B2C259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C259; }
p { color: rgb(178,194,89); }
H1.HeaderClassName
{
color: #B2C259;
}
.AnyTagClassName
{
color: #B2C259;
}
</style>
background-color css
<style>
a { background-color: #B2C259; }
a { background-color: rgb(178,194,89); }
div.DivClassName
{
background-color: #B2C259;
}
.BgClassName
{
background-color: #B2C259;
}
</style>
border-color css
<style>
span { border-color: #B2C259; }
span { border-color: rgb(178,194,89); }
td.TdClassName
{
border-color: #B2C259;
}
.TagClassName
{
border-color: #B2C259;
}
</style>