Shades of Celery #B2B948
Tints of Celery #B2B948
RGB
CMYK
RGB Variations
Color information
#B2B948 (or 0xB2B948) is known color: Celery. HEX triplet: B2, B9 and 48. RGB value is (178,185,72). Sum of RGB (Red+Green+Blue) = 178+185+72=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B948 is #4D46B7. Grayscale: #AAAAAA. Windows color (decimal): -5064376 or 4766130. OLE color: 4766130.
HSL color Cylindrical-coordinate representation of color #B2B948: hue angle of 63.72º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2B948 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 72 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.27 |
| HSL | 63.72º | 0.45% | 0.5% | - |
| HSV(B) | 63.72º | 0.61% | 0.73% | - |
| XYZ | 36.88 | 44.63 | 12.8 | - |
| YUV | 170.03 | 72.68 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 72 | 0.04 | 0 | 0.61 | 0.27 | 63.72 | 0.45 | 0.5 |
| Hex | B2 | B9 | 48 | 4 | 0 | 3D | 1B | 40 | 2D | 32 |
| Octal | 262 | 271 | 110 | 4 | 0 | 75 | 33 | 100 | 55 | 62 |
| Binary | 10110010 | 10111001 | 1001000 | 100 | 0 | 111101 | 11011 | 1000000 | 101101 | 110010 |
Color Harmonies of #B2B948
Complementary color
Monochromatic Colors of #B2B948
Black with #B2B948
Text Example
Text Example
White with #B2B948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B948; }
p { color: rgb(178,185,72); }
H1.HeaderClassName
{
color: #B2B948;
}
.AnyTagClassName
{
color: #B2B948;
}
</style>
background-color css
<style>
a { background-color: #B2B948; }
a { background-color: rgb(178,185,72); }
div.DivClassName
{
background-color: #B2B948;
}
.BgClassName
{
background-color: #B2B948;
}
</style>
border-color css
<style>
span { border-color: #B2B948; }
span { border-color: rgb(178,185,72); }
td.TdClassName
{
border-color: #B2B948;
}
.TagClassName
{
border-color: #B2B948;
}
</style>