Shades of Celery #B2C134
Tints of Celery #B2C134
RGB
CMYK
RGB Variations
Color information
#B2C134 (or 0xB2C134) is known color: Celery. HEX triplet: B2, C1 and 34. RGB value is (178,193,52). Sum of RGB (Red+Green+Blue) = 178+193+52=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C134 is #4D3ECB. Grayscale: #ACACAC. Windows color (decimal): -5062348 or 3457458. OLE color: 3457458.
HSL color Cylindrical-coordinate representation of color #B2C134: hue angle of 66.38º degrees, saturation: 0.58, 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 #B2C134 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 52 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.24 |
| HSL | 66.38º | 0.58% | 0.48% | - |
| HSV(B) | 66.38º | 0.73% | 0.76% | - |
| XYZ | 38.05 | 47.85 | 10.48 | - |
| YUV | 172.44 | 60.03 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 52 | 0.08 | 0 | 0.73 | 0.24 | 66.38 | 0.58 | 0.48 |
| Hex | B2 | C1 | 34 | 8 | 0 | 49 | 18 | 42 | 3A | 30 |
| Octal | 262 | 301 | 64 | 10 | 0 | 111 | 30 | 102 | 72 | 60 |
| Binary | 10110010 | 11000001 | 110100 | 1000 | 0 | 1001001 | 11000 | 1000010 | 111010 | 110000 |
Color Harmonies of #B2C134
Complementary color
Monochromatic Colors of #B2C134
Black with #B2C134
Text Example
Text Example
White with #B2C134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C134; }
p { color: rgb(178,193,52); }
H1.HeaderClassName
{
color: #B2C134;
}
.AnyTagClassName
{
color: #B2C134;
}
</style>
background-color css
<style>
a { background-color: #B2C134; }
a { background-color: rgb(178,193,52); }
div.DivClassName
{
background-color: #B2C134;
}
.BgClassName
{
background-color: #B2C134;
}
</style>
border-color css
<style>
span { border-color: #B2C134; }
span { border-color: rgb(178,193,52); }
td.TdClassName
{
border-color: #B2C134;
}
.TagClassName
{
border-color: #B2C134;
}
</style>