Shades of Celery #B2C059
Tints of Celery #B2C059
RGB
CMYK
RGB Variations
Color information
#B2C059 (or 0xB2C059) is known color: Celery. HEX triplet: B2, C0 and 59. RGB value is (178,192,89). Sum of RGB (Red+Green+Blue) = 178+192+89=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C059 is #4D3FA6. Grayscale: #B0B0B0. Windows color (decimal): -5062567 or 5882034. OLE color: 5882034.
HSL color Cylindrical-coordinate representation of color #B2C059: hue angle of 68.16º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2C059 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 89 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.25 |
| HSL | 68.16º | 0.45% | 0.55% | - |
| HSV(B) | 68.16º | 0.54% | 0.75% | - |
| XYZ | 39.01 | 47.89 | 16.64 | - |
| YUV | 176.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 89 | 0.07 | 0 | 0.54 | 0.25 | 68.16 | 0.45 | 0.55 |
| Hex | B2 | C0 | 59 | 7 | 0 | 36 | 19 | 44 | 2D | 37 |
| Octal | 262 | 300 | 131 | 7 | 0 | 66 | 31 | 104 | 55 | 67 |
| Binary | 10110010 | 11000000 | 1011001 | 111 | 0 | 110110 | 11001 | 1000100 | 101101 | 110111 |
Color Harmonies of #B2C059
Complementary color
Monochromatic Colors of #B2C059
Black with #B2C059
Text Example
Text Example
White with #B2C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C059; }
p { color: rgb(178,192,89); }
H1.HeaderClassName
{
color: #B2C059;
}
.AnyTagClassName
{
color: #B2C059;
}
</style>
background-color css
<style>
a { background-color: #B2C059; }
a { background-color: rgb(178,192,89); }
div.DivClassName
{
background-color: #B2C059;
}
.BgClassName
{
background-color: #B2C059;
}
</style>
border-color css
<style>
span { border-color: #B2C059; }
span { border-color: rgb(178,192,89); }
td.TdClassName
{
border-color: #B2C059;
}
.TagClassName
{
border-color: #B2C059;
}
</style>