Shades of Celery #B2B950
Tints of Celery #B2B950
RGB
CMYK
RGB Variations
Color information
#B2B950 (or 0xB2B950) is known color: Celery. HEX triplet: B2, B9 and 50. RGB value is (178,185,80). Sum of RGB (Red+Green+Blue) = 178+185+80=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B950 is #4D46AF. Grayscale: #ABABAB. Windows color (decimal): -5064368 or 5290418. OLE color: 5290418.
HSL color Cylindrical-coordinate representation of color #B2B950: hue angle of 64º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2B950 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 80 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.27 |
| HSL | 64º | 0.43% | 0.52% | - |
| HSV(B) | 64º | 0.57% | 0.73% | - |
| XYZ | 37.16 | 44.74 | 14.27 | - |
| YUV | 170.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 80 | 0.04 | 0 | 0.57 | 0.27 | 64 | 0.43 | 0.52 |
| Hex | B2 | B9 | 50 | 4 | 0 | 39 | 1B | 40 | 2B | 34 |
| Octal | 262 | 271 | 120 | 4 | 0 | 71 | 33 | 100 | 53 | 64 |
| Binary | 10110010 | 10111001 | 1010000 | 100 | 0 | 111001 | 11011 | 1000000 | 101011 | 110100 |
Color Harmonies of #B2B950
Complementary color
Monochromatic Colors of #B2B950
Black with #B2B950
Text Example
Text Example
White with #B2B950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B950; }
p { color: rgb(178,185,80); }
H1.HeaderClassName
{
color: #B2B950;
}
.AnyTagClassName
{
color: #B2B950;
}
</style>
background-color css
<style>
a { background-color: #B2B950; }
a { background-color: rgb(178,185,80); }
div.DivClassName
{
background-color: #B2B950;
}
.BgClassName
{
background-color: #B2B950;
}
</style>
border-color css
<style>
span { border-color: #B2B950; }
span { border-color: rgb(178,185,80); }
td.TdClassName
{
border-color: #B2B950;
}
.TagClassName
{
border-color: #B2B950;
}
</style>