Shades of Celery #B1BA3D
Tints of Celery #B1BA3D
RGB
CMYK
RGB Variations
Color information
#B1BA3D (or 0xB1BA3D) is known color: Celery. HEX triplet: B1, BA and 3D. RGB value is (177,186,61). Sum of RGB (Red+Green+Blue) = 177+186+61=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA3D is #4E45C2. Grayscale: #A9A9A9. Windows color (decimal): -5129667 or 4045489. OLE color: 4045489.
HSL color Cylindrical-coordinate representation of color #B1BA3D: hue angle of 64.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1BA3D is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 61 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.27 |
| HSL | 64.32º | 0.51% | 0.48% | - |
| HSV(B) | 64.32º | 0.67% | 0.73% | - |
| XYZ | 36.53 | 44.8 | 11.14 | - |
| YUV | 169.06 | 67.02 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 61 | 0.05 | 0 | 0.67 | 0.27 | 64.32 | 0.51 | 0.48 |
| Hex | B1 | BA | 3D | 5 | 0 | 43 | 1B | 40 | 33 | 30 |
| Octal | 261 | 272 | 75 | 5 | 0 | 103 | 33 | 100 | 63 | 60 |
| Binary | 10110001 | 10111010 | 111101 | 101 | 0 | 1000011 | 11011 | 1000000 | 110011 | 110000 |
Color Harmonies of #B1BA3D
Complementary color
Monochromatic Colors of #B1BA3D
Black with #B1BA3D
Text Example
Text Example
White with #B1BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA3D; }
p { color: rgb(177,186,61); }
H1.HeaderClassName
{
color: #B1BA3D;
}
.AnyTagClassName
{
color: #B1BA3D;
}
</style>
background-color css
<style>
a { background-color: #B1BA3D; }
a { background-color: rgb(177,186,61); }
div.DivClassName
{
background-color: #B1BA3D;
}
.BgClassName
{
background-color: #B1BA3D;
}
</style>
border-color css
<style>
span { border-color: #B1BA3D; }
span { border-color: rgb(177,186,61); }
td.TdClassName
{
border-color: #B1BA3D;
}
.TagClassName
{
border-color: #B1BA3D;
}
</style>