Shades of Celery #B2C535
Tints of Celery #B2C535
RGB
CMYK
RGB Variations
Color information
#B2C535 (or 0xB2C535) is known color: Celery. HEX triplet: B2, C5 and 35. RGB value is (178,197,53). Sum of RGB (Red+Green+Blue) = 178+197+53=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C535 is #4D3ACA. Grayscale: #AFAFAF. Windows color (decimal): -5061323 or 3524018. OLE color: 3524018.
HSL color Cylindrical-coordinate representation of color #B2C535: hue angle of 67.92º degrees, saturation: 0.58, 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 #B2C535 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 53 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.23 |
| HSL | 67.92º | 0.58% | 0.49% | - |
| HSV(B) | 67.92º | 0.73% | 0.77% | - |
| XYZ | 38.97 | 49.65 | 10.9 | - |
| YUV | 174.9 | 59.21 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 53 | 0.10 | 0 | 0.73 | 0.23 | 67.92 | 0.58 | 0.49 |
| Hex | B2 | C5 | 35 | A | 0 | 49 | 17 | 44 | 3A | 31 |
| Octal | 262 | 305 | 65 | 12 | 0 | 111 | 27 | 104 | 72 | 61 |
| Binary | 10110010 | 11000101 | 110101 | 1010 | 0 | 1001001 | 10111 | 1000100 | 111010 | 110001 |
Color Harmonies of #B2C535
Complementary color
Monochromatic Colors of #B2C535
Black with #B2C535
Text Example
Text Example
White with #B2C535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C535; }
p { color: rgb(178,197,53); }
H1.HeaderClassName
{
color: #B2C535;
}
.AnyTagClassName
{
color: #B2C535;
}
</style>
background-color css
<style>
a { background-color: #B2C535; }
a { background-color: rgb(178,197,53); }
div.DivClassName
{
background-color: #B2C535;
}
.BgClassName
{
background-color: #B2C535;
}
</style>
border-color css
<style>
span { border-color: #B2C535; }
span { border-color: rgb(178,197,53); }
td.TdClassName
{
border-color: #B2C535;
}
.TagClassName
{
border-color: #B2C535;
}
</style>