Shades of Celery #B9BC55
Tints of Celery #B9BC55
RGB
CMYK
RGB Variations
Color information
#B9BC55 (or 0xB9BC55) is known color: Celery. HEX triplet: B9, BC and 55. RGB value is (185,188,85). Sum of RGB (Red+Green+Blue) = 185+188+85=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC55 is #4643AA. Grayscale: #AFAFAF. Windows color (decimal): -4604843 or 5618873. OLE color: 5618873.
HSL color Cylindrical-coordinate representation of color #B9BC55: hue angle of 61.75º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9BC55 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 85 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.26 |
| HSL | 61.75º | 0.43% | 0.54% | - |
| HSV(B) | 61.75º | 0.55% | 0.74% | - |
| XYZ | 39.63 | 46.94 | 15.57 | - |
| YUV | 175.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 85 | 0.02 | 0 | 0.55 | 0.26 | 61.75 | 0.43 | 0.54 |
| Hex | B9 | BC | 55 | 2 | 0 | 37 | 1A | 3E | 2B | 36 |
| Octal | 271 | 274 | 125 | 2 | 0 | 67 | 32 | 76 | 53 | 66 |
| Binary | 10111001 | 10111100 | 1010101 | 10 | 0 | 110111 | 11010 | 111110 | 101011 | 110110 |
Color Harmonies of #B9BC55
Complementary color
Monochromatic Colors of #B9BC55
Black with #B9BC55
Text Example
Text Example
White with #B9BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC55; }
p { color: rgb(185,188,85); }
H1.HeaderClassName
{
color: #B9BC55;
}
.AnyTagClassName
{
color: #B9BC55;
}
</style>
background-color css
<style>
a { background-color: #B9BC55; }
a { background-color: rgb(185,188,85); }
div.DivClassName
{
background-color: #B9BC55;
}
.BgClassName
{
background-color: #B9BC55;
}
</style>
border-color css
<style>
span { border-color: #B9BC55; }
span { border-color: rgb(185,188,85); }
td.TdClassName
{
border-color: #B9BC55;
}
.TagClassName
{
border-color: #B9BC55;
}
</style>