Shades of Celery #B1BD51
Tints of Celery #B1BD51
RGB
CMYK
RGB Variations
Color information
#B1BD51 (or 0xB1BD51) is known color: Celery. HEX triplet: B1, BD and 51. RGB value is (177,189,81). Sum of RGB (Red+Green+Blue) = 177+189+81=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD51 is #4E42AE. Grayscale: #ADADAD. Windows color (decimal): -5128879 or 5356977. OLE color: 5356977.
HSL color Cylindrical-coordinate representation of color #B1BD51: hue angle of 66.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1BD51 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 81 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.26 |
| HSL | 66.67º | 0.45% | 0.53% | - |
| HSV(B) | 66.67º | 0.57% | 0.74% | - |
| XYZ | 37.81 | 46.34 | 14.74 | - |
| YUV | 173.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 81 | 0.06 | 0 | 0.57 | 0.26 | 66.67 | 0.45 | 0.53 |
| Hex | B1 | BD | 51 | 6 | 0 | 39 | 1A | 43 | 2D | 35 |
| Octal | 261 | 275 | 121 | 6 | 0 | 71 | 32 | 103 | 55 | 65 |
| Binary | 10110001 | 10111101 | 1010001 | 110 | 0 | 111001 | 11010 | 1000011 | 101101 | 110101 |
Color Harmonies of #B1BD51
Complementary color
Monochromatic Colors of #B1BD51
Black with #B1BD51
Text Example
Text Example
White with #B1BD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD51; }
p { color: rgb(177,189,81); }
H1.HeaderClassName
{
color: #B1BD51;
}
.AnyTagClassName
{
color: #B1BD51;
}
</style>
background-color css
<style>
a { background-color: #B1BD51; }
a { background-color: rgb(177,189,81); }
div.DivClassName
{
background-color: #B1BD51;
}
.BgClassName
{
background-color: #B1BD51;
}
</style>
border-color css
<style>
span { border-color: #B1BD51; }
span { border-color: rgb(177,189,81); }
td.TdClassName
{
border-color: #B1BD51;
}
.TagClassName
{
border-color: #B1BD51;
}
</style>