Shades of Celery #B2C336
Tints of Celery #B2C336
RGB
CMYK
RGB Variations
Color information
#B2C336 (or 0xB2C336) is known color: Celery. HEX triplet: B2, C3 and 36. RGB value is (178,195,54). Sum of RGB (Red+Green+Blue) = 178+195+54=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C336 is #4D3CC9. Grayscale: #AEAEAE. Windows color (decimal): -5061834 or 3589042. OLE color: 3589042.
HSL color Cylindrical-coordinate representation of color #B2C336: hue angle of 67.23º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2C336 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 54 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.24 |
| HSL | 67.23º | 0.57% | 0.49% | - |
| HSV(B) | 67.23º | 0.72% | 0.76% | - |
| XYZ | 38.54 | 48.76 | 10.87 | - |
| YUV | 173.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 54 | 0.09 | 0 | 0.72 | 0.24 | 67.23 | 0.57 | 0.49 |
| Hex | B2 | C3 | 36 | 9 | 0 | 48 | 18 | 43 | 39 | 31 |
| Octal | 262 | 303 | 66 | 11 | 0 | 110 | 30 | 103 | 71 | 61 |
| Binary | 10110010 | 11000011 | 110110 | 1001 | 0 | 1001000 | 11000 | 1000011 | 111001 | 110001 |
Color Harmonies of #B2C336
Complementary color
Monochromatic Colors of #B2C336
Black with #B2C336
Text Example
Text Example
White with #B2C336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C336; }
p { color: rgb(178,195,54); }
H1.HeaderClassName
{
color: #B2C336;
}
.AnyTagClassName
{
color: #B2C336;
}
</style>
background-color css
<style>
a { background-color: #B2C336; }
a { background-color: rgb(178,195,54); }
div.DivClassName
{
background-color: #B2C336;
}
.BgClassName
{
background-color: #B2C336;
}
</style>
border-color css
<style>
span { border-color: #B2C336; }
span { border-color: rgb(178,195,54); }
td.TdClassName
{
border-color: #B2C336;
}
.TagClassName
{
border-color: #B2C336;
}
</style>