Shades of Celery #B1C840
Tints of Celery #B1C840
RGB
CMYK
RGB Variations
Color information
#B1C840 (or 0xB1C840) is known color: Celery. HEX triplet: B1, C8 and 40. RGB value is (177,200,64). Sum of RGB (Red+Green+Blue) = 177+200+64=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C840 is #4E37BF. Grayscale: #B2B2B2. Windows color (decimal): -5126080 or 4245681. OLE color: 4245681.
HSL color Cylindrical-coordinate representation of color #B1C840: hue angle of 70.15º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1C840 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 200 | 64 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.22 |
| HSL | 70.15º | 0.55% | 0.52% | - |
| HSV(B) | 70.15º | 0.68% | 0.78% | - |
| XYZ | 39.71 | 51.03 | 12.61 | - |
| YUV | 177.62 | 63.88 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 64 | 0.12 | 0 | 0.68 | 0.22 | 70.15 | 0.55 | 0.52 |
| Hex | B1 | C8 | 40 | C | 0 | 44 | 16 | 46 | 37 | 34 |
| Octal | 261 | 310 | 100 | 14 | 0 | 104 | 26 | 106 | 67 | 64 |
| Binary | 10110001 | 11001000 | 1000000 | 1100 | 0 | 1000100 | 10110 | 1000110 | 110111 | 110100 |
Color Harmonies of #B1C840
Complementary color
Monochromatic Colors of #B1C840
Black with #B1C840
Text Example
Text Example
White with #B1C840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C840; }
p { color: rgb(177,200,64); }
H1.HeaderClassName
{
color: #B1C840;
}
.AnyTagClassName
{
color: #B1C840;
}
</style>
background-color css
<style>
a { background-color: #B1C840; }
a { background-color: rgb(177,200,64); }
div.DivClassName
{
background-color: #B1C840;
}
.BgClassName
{
background-color: #B1C840;
}
</style>
border-color css
<style>
span { border-color: #B1C840; }
span { border-color: rgb(177,200,64); }
td.TdClassName
{
border-color: #B1C840;
}
.TagClassName
{
border-color: #B1C840;
}
</style>