Shades of Celery #B7BD49
Tints of Celery #B7BD49
RGB
CMYK
RGB Variations
Color information
#B7BD49 (or 0xB7BD49) is known color: Celery. HEX triplet: B7, BD and 49. RGB value is (183,189,73). Sum of RGB (Red+Green+Blue) = 183+189+73=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD49 is #4842B6. Grayscale: #AEAEAE. Windows color (decimal): -4735671 or 4832695. OLE color: 4832695.
HSL color Cylindrical-coordinate representation of color #B7BD49: hue angle of 63.1º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7BD49 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 73 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.26 |
| HSL | 63.1º | 0.47% | 0.51% | - |
| HSV(B) | 63.1º | 0.61% | 0.74% | - |
| XYZ | 38.93 | 46.94 | 13.31 | - |
| YUV | 173.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 73 | 0.03 | 0 | 0.61 | 0.26 | 63.1 | 0.47 | 0.51 |
| Hex | B7 | BD | 49 | 3 | 0 | 3D | 1A | 3F | 2F | 33 |
| Octal | 267 | 275 | 111 | 3 | 0 | 75 | 32 | 77 | 57 | 63 |
| Binary | 10110111 | 10111101 | 1001001 | 11 | 0 | 111101 | 11010 | 111111 | 101111 | 110011 |
Color Harmonies of #B7BD49
Complementary color
Monochromatic Colors of #B7BD49
Black with #B7BD49
Text Example
Text Example
White with #B7BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD49; }
p { color: rgb(183,189,73); }
H1.HeaderClassName
{
color: #B7BD49;
}
.AnyTagClassName
{
color: #B7BD49;
}
</style>
background-color css
<style>
a { background-color: #B7BD49; }
a { background-color: rgb(183,189,73); }
div.DivClassName
{
background-color: #B7BD49;
}
.BgClassName
{
background-color: #B7BD49;
}
</style>
border-color css
<style>
span { border-color: #B7BD49; }
span { border-color: rgb(183,189,73); }
td.TdClassName
{
border-color: #B7BD49;
}
.TagClassName
{
border-color: #B7BD49;
}
</style>