Shades of Celery #B1C540
Tints of Celery #B1C540
RGB
CMYK
RGB Variations
Color information
#B1C540 (or 0xB1C540) is known color: Celery. HEX triplet: B1, C5 and 40. RGB value is (177,197,64). Sum of RGB (Red+Green+Blue) = 177+197+64=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C540 is #4E3ABF. Grayscale: #B0B0B0. Windows color (decimal): -5126848 or 4244913. OLE color: 4244913.
HSL color Cylindrical-coordinate representation of color #B1C540: hue angle of 69.02º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1C540 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 64 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.23 |
| HSL | 69.02º | 0.53% | 0.51% | - |
| HSV(B) | 69.02º | 0.68% | 0.77% | - |
| XYZ | 39.02 | 49.65 | 12.38 | - |
| YUV | 175.86 | 64.87 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 64 | 0.10 | 0 | 0.68 | 0.23 | 69.02 | 0.53 | 0.51 |
| Hex | B1 | C5 | 40 | A | 0 | 44 | 17 | 45 | 35 | 33 |
| Octal | 261 | 305 | 100 | 12 | 0 | 104 | 27 | 105 | 65 | 63 |
| Binary | 10110001 | 11000101 | 1000000 | 1010 | 0 | 1000100 | 10111 | 1000101 | 110101 | 110011 |
Color Harmonies of #B1C540
Complementary color
Monochromatic Colors of #B1C540
Black with #B1C540
Text Example
Text Example
White with #B1C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C540; }
p { color: rgb(177,197,64); }
H1.HeaderClassName
{
color: #B1C540;
}
.AnyTagClassName
{
color: #B1C540;
}
</style>
background-color css
<style>
a { background-color: #B1C540; }
a { background-color: rgb(177,197,64); }
div.DivClassName
{
background-color: #B1C540;
}
.BgClassName
{
background-color: #B1C540;
}
</style>
border-color css
<style>
span { border-color: #B1C540; }
span { border-color: rgb(177,197,64); }
td.TdClassName
{
border-color: #B1C540;
}
.TagClassName
{
border-color: #B1C540;
}
</style>