Shades of Celery #B3CF49
Tints of Celery #B3CF49
RGB
CMYK
RGB Variations
Color information
#B3CF49 (or 0xB3CF49) is known color: Celery. HEX triplet: B3, CF and 49. RGB value is (179,207,73). Sum of RGB (Red+Green+Blue) = 179+207+73=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CF49 is #4C30B6. Grayscale: #B7B7B7. Windows color (decimal): -4993207 or 4837299. OLE color: 4837299.
HSL color Cylindrical-coordinate representation of color #B3CF49: hue angle of 72.54º 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 #B3CF49 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 73 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.19 |
| HSL | 72.54º | 0.58% | 0.55% | - |
| HSV(B) | 72.54º | 0.65% | 0.81% | - |
| XYZ | 42.11 | 54.69 | 14.64 | - |
| YUV | 183.35 | 65.72 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 73 | 0.14 | 0 | 0.65 | 0.19 | 72.54 | 0.58 | 0.55 |
| Hex | B3 | CF | 49 | E | 0 | 41 | 13 | 49 | 3A | 37 |
| Octal | 263 | 317 | 111 | 16 | 0 | 101 | 23 | 111 | 72 | 67 |
| Binary | 10110011 | 11001111 | 1001001 | 1110 | 0 | 1000001 | 10011 | 1001001 | 111010 | 110111 |
Color Harmonies of #B3CF49
Complementary color
Monochromatic Colors of #B3CF49
Black with #B3CF49
Text Example
Text Example
White with #B3CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CF49; }
p { color: rgb(179,207,73); }
H1.HeaderClassName
{
color: #B3CF49;
}
.AnyTagClassName
{
color: #B3CF49;
}
</style>
background-color css
<style>
a { background-color: #B3CF49; }
a { background-color: rgb(179,207,73); }
div.DivClassName
{
background-color: #B3CF49;
}
.BgClassName
{
background-color: #B3CF49;
}
</style>
border-color css
<style>
span { border-color: #B3CF49; }
span { border-color: rgb(179,207,73); }
td.TdClassName
{
border-color: #B3CF49;
}
.TagClassName
{
border-color: #B3CF49;
}
</style>