Shades of Celery #B2C053
Tints of Celery #B2C053
RGB
CMYK
RGB Variations
Color information
#B2C053 (or 0xB2C053) is known color: Celery. HEX triplet: B2, C0 and 53. RGB value is (178,192,83). Sum of RGB (Red+Green+Blue) = 178+192+83=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C053 is #4D3FAC. Grayscale: #AFAFAF. Windows color (decimal): -5062573 or 5488818. OLE color: 5488818.
HSL color Cylindrical-coordinate representation of color #B2C053: hue angle of 67.71º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2C053 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 83 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.25 |
| HSL | 67.71º | 0.46% | 0.54% | - |
| HSV(B) | 67.71º | 0.57% | 0.75% | - |
| XYZ | 38.77 | 47.79 | 15.36 | - |
| YUV | 175.39 | 75.86 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 83 | 0.07 | 0 | 0.57 | 0.25 | 67.71 | 0.46 | 0.54 |
| Hex | B2 | C0 | 53 | 7 | 0 | 39 | 19 | 44 | 2E | 36 |
| Octal | 262 | 300 | 123 | 7 | 0 | 71 | 31 | 104 | 56 | 66 |
| Binary | 10110010 | 11000000 | 1010011 | 111 | 0 | 111001 | 11001 | 1000100 | 101110 | 110110 |
Color Harmonies of #B2C053
Complementary color
Monochromatic Colors of #B2C053
Black with #B2C053
Text Example
Text Example
White with #B2C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C053; }
p { color: rgb(178,192,83); }
H1.HeaderClassName
{
color: #B2C053;
}
.AnyTagClassName
{
color: #B2C053;
}
</style>
background-color css
<style>
a { background-color: #B2C053; }
a { background-color: rgb(178,192,83); }
div.DivClassName
{
background-color: #B2C053;
}
.BgClassName
{
background-color: #B2C053;
}
</style>
border-color css
<style>
span { border-color: #B2C053; }
span { border-color: rgb(178,192,83); }
td.TdClassName
{
border-color: #B2C053;
}
.TagClassName
{
border-color: #B2C053;
}
</style>