Shades of Celery #B2C536
Tints of Celery #B2C536
RGB
CMYK
RGB Variations
Color information
#B2C536 (or 0xB2C536) is known color: Celery. HEX triplet: B2, C5 and 36. RGB value is (178,197,54). Sum of RGB (Red+Green+Blue) = 178+197+54=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C536 is #4D3AC9. Grayscale: #AFAFAF. Windows color (decimal): -5061322 or 3589554. OLE color: 3589554.
HSL color Cylindrical-coordinate representation of color #B2C536: hue angle of 67.97º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2C536 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 54 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.23 |
| HSL | 67.97º | 0.57% | 0.49% | - |
| HSV(B) | 67.97º | 0.73% | 0.77% | - |
| XYZ | 38.99 | 49.66 | 11.02 | - |
| YUV | 175.02 | 59.71 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 54 | 0.10 | 0 | 0.73 | 0.23 | 67.97 | 0.57 | 0.49 |
| Hex | B2 | C5 | 36 | A | 0 | 49 | 17 | 44 | 39 | 31 |
| Octal | 262 | 305 | 66 | 12 | 0 | 111 | 27 | 104 | 71 | 61 |
| Binary | 10110010 | 11000101 | 110110 | 1010 | 0 | 1001001 | 10111 | 1000100 | 111001 | 110001 |
Color Harmonies of #B2C536
Complementary color
Monochromatic Colors of #B2C536
Black with #B2C536
Text Example
Text Example
White with #B2C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C536; }
p { color: rgb(178,197,54); }
H1.HeaderClassName
{
color: #B2C536;
}
.AnyTagClassName
{
color: #B2C536;
}
</style>
background-color css
<style>
a { background-color: #B2C536; }
a { background-color: rgb(178,197,54); }
div.DivClassName
{
background-color: #B2C536;
}
.BgClassName
{
background-color: #B2C536;
}
</style>
border-color css
<style>
span { border-color: #B2C536; }
span { border-color: rgb(178,197,54); }
td.TdClassName
{
border-color: #B2C536;
}
.TagClassName
{
border-color: #B2C536;
}
</style>