Shades of Celery #B2CF49
Tints of Celery #B2CF49
RGB
CMYK
RGB Variations
Color information
#B2CF49 (or 0xB2CF49) is known color: Celery. HEX triplet: B2, CF and 49. RGB value is (178,207,73). Sum of RGB (Red+Green+Blue) = 178+207+73=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CF49 is #4D30B6. Grayscale: #B7B7B7. Windows color (decimal): -5058743 or 4837298. OLE color: 4837298.
HSL color Cylindrical-coordinate representation of color #B2CF49: hue angle of 72.99º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2CF49 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 73 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.19 |
| HSL | 72.99º | 0.58% | 0.55% | - |
| HSV(B) | 72.99º | 0.65% | 0.81% | - |
| XYZ | 41.88 | 54.57 | 14.63 | - |
| YUV | 183.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 73 | 0.14 | 0 | 0.65 | 0.19 | 72.99 | 0.58 | 0.55 |
| Hex | B2 | CF | 49 | E | 0 | 41 | 13 | 49 | 3A | 37 |
| Octal | 262 | 317 | 111 | 16 | 0 | 101 | 23 | 111 | 72 | 67 |
| Binary | 10110010 | 11001111 | 1001001 | 1110 | 0 | 1000001 | 10011 | 1001001 | 111010 | 110111 |
Color Harmonies of #B2CF49
Complementary color
Monochromatic Colors of #B2CF49
Black with #B2CF49
Text Example
Text Example
White with #B2CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF49; }
p { color: rgb(178,207,73); }
H1.HeaderClassName
{
color: #B2CF49;
}
.AnyTagClassName
{
color: #B2CF49;
}
</style>
background-color css
<style>
a { background-color: #B2CF49; }
a { background-color: rgb(178,207,73); }
div.DivClassName
{
background-color: #B2CF49;
}
.BgClassName
{
background-color: #B2CF49;
}
</style>
border-color css
<style>
span { border-color: #B2CF49; }
span { border-color: rgb(178,207,73); }
td.TdClassName
{
border-color: #B2CF49;
}
.TagClassName
{
border-color: #B2CF49;
}
</style>