Shades of Celery #B1BA3E
Tints of Celery #B1BA3E
RGB
CMYK
RGB Variations
Color information
#B1BA3E (or 0xB1BA3E) is known color: Celery. HEX triplet: B1, BA and 3E. RGB value is (177,186,62). Sum of RGB (Red+Green+Blue) = 177+186+62=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA3E is #4E45C1. Grayscale: #A9A9A9. Windows color (decimal): -5129666 or 4111025. OLE color: 4111025.
HSL color Cylindrical-coordinate representation of color #B1BA3E: hue angle of 64.35º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1BA3E is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 62 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.27 |
| HSL | 64.35º | 0.5% | 0.49% | - |
| HSV(B) | 64.35º | 0.67% | 0.73% | - |
| XYZ | 36.56 | 44.81 | 11.28 | - |
| YUV | 169.17 | 67.52 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 62 | 0.05 | 0 | 0.67 | 0.27 | 64.35 | 0.5 | 0.49 |
| Hex | B1 | BA | 3E | 5 | 0 | 43 | 1B | 40 | 32 | 31 |
| Octal | 261 | 272 | 76 | 5 | 0 | 103 | 33 | 100 | 62 | 61 |
| Binary | 10110001 | 10111010 | 111110 | 101 | 0 | 1000011 | 11011 | 1000000 | 110010 | 110001 |
Color Harmonies of #B1BA3E
Complementary color
Monochromatic Colors of #B1BA3E
Black with #B1BA3E
Text Example
Text Example
White with #B1BA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA3E; }
p { color: rgb(177,186,62); }
H1.HeaderClassName
{
color: #B1BA3E;
}
.AnyTagClassName
{
color: #B1BA3E;
}
</style>
background-color css
<style>
a { background-color: #B1BA3E; }
a { background-color: rgb(177,186,62); }
div.DivClassName
{
background-color: #B1BA3E;
}
.BgClassName
{
background-color: #B1BA3E;
}
</style>
border-color css
<style>
span { border-color: #B1BA3E; }
span { border-color: rgb(177,186,62); }
td.TdClassName
{
border-color: #B1BA3E;
}
.TagClassName
{
border-color: #B1BA3E;
}
</style>