Shades of Celery #B1BA3F
Tints of Celery #B1BA3F
RGB
CMYK
RGB Variations
Color information
#B1BA3F (or 0xB1BA3F) is known color: Celery. HEX triplet: B1, BA and 3F. RGB value is (177,186,63). Sum of RGB (Red+Green+Blue) = 177+186+63=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA3F is #4E45C0. Grayscale: #A9A9A9. Windows color (decimal): -5129665 or 4176561. OLE color: 4176561.
HSL color Cylindrical-coordinate representation of color #B1BA3F: hue angle of 64.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1BA3F is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 63 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.27 |
| HSL | 64.39º | 0.49% | 0.49% | - |
| HSV(B) | 64.39º | 0.66% | 0.73% | - |
| XYZ | 36.59 | 44.82 | 11.43 | - |
| YUV | 169.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 63 | 0.05 | 0 | 0.66 | 0.27 | 64.39 | 0.49 | 0.49 |
| Hex | B1 | BA | 3F | 5 | 0 | 42 | 1B | 40 | 31 | 31 |
| Octal | 261 | 272 | 77 | 5 | 0 | 102 | 33 | 100 | 61 | 61 |
| Binary | 10110001 | 10111010 | 111111 | 101 | 0 | 1000010 | 11011 | 1000000 | 110001 | 110001 |
Color Harmonies of #B1BA3F
Complementary color
Monochromatic Colors of #B1BA3F
Black with #B1BA3F
Text Example
Text Example
White with #B1BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA3F; }
p { color: rgb(177,186,63); }
H1.HeaderClassName
{
color: #B1BA3F;
}
.AnyTagClassName
{
color: #B1BA3F;
}
</style>
background-color css
<style>
a { background-color: #B1BA3F; }
a { background-color: rgb(177,186,63); }
div.DivClassName
{
background-color: #B1BA3F;
}
.BgClassName
{
background-color: #B1BA3F;
}
</style>
border-color css
<style>
span { border-color: #B1BA3F; }
span { border-color: rgb(177,186,63); }
td.TdClassName
{
border-color: #B1BA3F;
}
.TagClassName
{
border-color: #B1BA3F;
}
</style>