Shades of Celery #B1BD50
Tints of Celery #B1BD50
RGB
CMYK
RGB Variations
Color information
#B1BD50 (or 0xB1BD50) is known color: Celery. HEX triplet: B1, BD and 50. RGB value is (177,189,80). Sum of RGB (Red+Green+Blue) = 177+189+80=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD50 is #4E42AF. Grayscale: #ADADAD. Windows color (decimal): -5128880 or 5291441. OLE color: 5291441.
HSL color Cylindrical-coordinate representation of color #B1BD50: hue angle of 66.61º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1BD50 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 80 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.26 |
| HSL | 66.61º | 0.45% | 0.53% | - |
| HSV(B) | 66.61º | 0.58% | 0.74% | - |
| XYZ | 37.78 | 46.32 | 14.54 | - |
| YUV | 172.99 | 75.52 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 80 | 0.06 | 0 | 0.58 | 0.26 | 66.61 | 0.45 | 0.53 |
| Hex | B1 | BD | 50 | 6 | 0 | 3A | 1A | 43 | 2D | 35 |
| Octal | 261 | 275 | 120 | 6 | 0 | 72 | 32 | 103 | 55 | 65 |
| Binary | 10110001 | 10111101 | 1010000 | 110 | 0 | 111010 | 11010 | 1000011 | 101101 | 110101 |
Color Harmonies of #B1BD50
Complementary color
Monochromatic Colors of #B1BD50
Black with #B1BD50
Text Example
Text Example
White with #B1BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD50; }
p { color: rgb(177,189,80); }
H1.HeaderClassName
{
color: #B1BD50;
}
.AnyTagClassName
{
color: #B1BD50;
}
</style>
background-color css
<style>
a { background-color: #B1BD50; }
a { background-color: rgb(177,189,80); }
div.DivClassName
{
background-color: #B1BD50;
}
.BgClassName
{
background-color: #B1BD50;
}
</style>
border-color css
<style>
span { border-color: #B1BD50; }
span { border-color: rgb(177,189,80); }
td.TdClassName
{
border-color: #B1BD50;
}
.TagClassName
{
border-color: #B1BD50;
}
</style>