Shades of Celery #B9BC45
Tints of Celery #B9BC45
RGB
CMYK
RGB Variations
Color information
#B9BC45 (or 0xB9BC45) is known color: Celery. HEX triplet: B9, BC and 45. RGB value is (185,188,69). Sum of RGB (Red+Green+Blue) = 185+188+69=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC45 is #4643BA. Grayscale: #AEAEAE. Windows color (decimal): -4604859 or 4570297. OLE color: 4570297.
HSL color Cylindrical-coordinate representation of color #B9BC45: hue angle of 61.51º 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 #B9BC45 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 69 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.26 |
| HSL | 61.51º | 0.47% | 0.5% | - |
| HSV(B) | 61.51º | 0.63% | 0.74% | - |
| XYZ | 39.06 | 46.71 | 12.59 | - |
| YUV | 173.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 69 | 0.02 | 0 | 0.63 | 0.26 | 61.51 | 0.47 | 0.5 |
| Hex | B9 | BC | 45 | 2 | 0 | 3F | 1A | 3E | 2F | 32 |
| Octal | 271 | 274 | 105 | 2 | 0 | 77 | 32 | 76 | 57 | 62 |
| Binary | 10111001 | 10111100 | 1000101 | 10 | 0 | 111111 | 11010 | 111110 | 101111 | 110010 |
Color Harmonies of #B9BC45
Complementary color
Monochromatic Colors of #B9BC45
Black with #B9BC45
Text Example
Text Example
White with #B9BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC45; }
p { color: rgb(185,188,69); }
H1.HeaderClassName
{
color: #B9BC45;
}
.AnyTagClassName
{
color: #B9BC45;
}
</style>
background-color css
<style>
a { background-color: #B9BC45; }
a { background-color: rgb(185,188,69); }
div.DivClassName
{
background-color: #B9BC45;
}
.BgClassName
{
background-color: #B9BC45;
}
</style>
border-color css
<style>
span { border-color: #B9BC45; }
span { border-color: rgb(185,188,69); }
td.TdClassName
{
border-color: #B9BC45;
}
.TagClassName
{
border-color: #B9BC45;
}
</style>