Shades of Celery #B2C235
Tints of Celery #B2C235
RGB
CMYK
RGB Variations
Color information
#B2C235 (or 0xB2C235) is known color: Celery. HEX triplet: B2, C2 and 35. RGB value is (178,194,53). Sum of RGB (Red+Green+Blue) = 178+194+53=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C235 is #4D3DCA. Grayscale: #ADADAD. Windows color (decimal): -5062091 or 3523250. OLE color: 3523250.
HSL color Cylindrical-coordinate representation of color #B2C235: hue angle of 66.81º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2C235 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 53 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.24 |
| HSL | 66.81º | 0.57% | 0.48% | - |
| HSV(B) | 66.81º | 0.73% | 0.76% | - |
| XYZ | 38.29 | 48.31 | 10.67 | - |
| YUV | 173.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 53 | 0.08 | 0 | 0.73 | 0.24 | 66.81 | 0.57 | 0.48 |
| Hex | B2 | C2 | 35 | 8 | 0 | 49 | 18 | 43 | 39 | 30 |
| Octal | 262 | 302 | 65 | 10 | 0 | 111 | 30 | 103 | 71 | 60 |
| Binary | 10110010 | 11000010 | 110101 | 1000 | 0 | 1001001 | 11000 | 1000011 | 111001 | 110000 |
Color Harmonies of #B2C235
Complementary color
Monochromatic Colors of #B2C235
Black with #B2C235
Text Example
Text Example
White with #B2C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C235; }
p { color: rgb(178,194,53); }
H1.HeaderClassName
{
color: #B2C235;
}
.AnyTagClassName
{
color: #B2C235;
}
</style>
background-color css
<style>
a { background-color: #B2C235; }
a { background-color: rgb(178,194,53); }
div.DivClassName
{
background-color: #B2C235;
}
.BgClassName
{
background-color: #B2C235;
}
</style>
border-color css
<style>
span { border-color: #B2C235; }
span { border-color: rgb(178,194,53); }
td.TdClassName
{
border-color: #B2C235;
}
.TagClassName
{
border-color: #B2C235;
}
</style>