Shades of Celery #B7BC45
Tints of Celery #B7BC45
RGB
CMYK
RGB Variations
Color information
#B7BC45 (or 0xB7BC45) is known color: Celery. HEX triplet: B7, BC and 45. RGB value is (183,188,69). Sum of RGB (Red+Green+Blue) = 183+188+69=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BC45 is #4843BA. Grayscale: #ADADAD. Windows color (decimal): -4735931 or 4570295. OLE color: 4570295.
HSL color Cylindrical-coordinate representation of color #B7BC45: hue angle of 62.52º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7BC45 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 69 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.26 |
| HSL | 62.52º | 0.47% | 0.5% | - |
| HSV(B) | 62.52º | 0.63% | 0.74% | - |
| XYZ | 38.59 | 46.46 | 12.56 | - |
| YUV | 172.94 | 69.34 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 69 | 0.03 | 0 | 0.63 | 0.26 | 62.52 | 0.47 | 0.5 |
| Hex | B7 | BC | 45 | 3 | 0 | 3F | 1A | 3F | 2F | 32 |
| Octal | 267 | 274 | 105 | 3 | 0 | 77 | 32 | 77 | 57 | 62 |
| Binary | 10110111 | 10111100 | 1000101 | 11 | 0 | 111111 | 11010 | 111111 | 101111 | 110010 |
Color Harmonies of #B7BC45
Complementary color
Monochromatic Colors of #B7BC45
Black with #B7BC45
Text Example
Text Example
White with #B7BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC45; }
p { color: rgb(183,188,69); }
H1.HeaderClassName
{
color: #B7BC45;
}
.AnyTagClassName
{
color: #B7BC45;
}
</style>
background-color css
<style>
a { background-color: #B7BC45; }
a { background-color: rgb(183,188,69); }
div.DivClassName
{
background-color: #B7BC45;
}
.BgClassName
{
background-color: #B7BC45;
}
</style>
border-color css
<style>
span { border-color: #B7BC45; }
span { border-color: rgb(183,188,69); }
td.TdClassName
{
border-color: #B7BC45;
}
.TagClassName
{
border-color: #B7BC45;
}
</style>