Shades of Celery #B1C34C
Tints of Celery #B1C34C
RGB
CMYK
RGB Variations
Color information
#B1C34C (or 0xB1C34C) is known color: Celery. HEX triplet: B1, C3 and 4C. RGB value is (177,195,76). Sum of RGB (Red+Green+Blue) = 177+195+76=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C34C is #4E3CB3. Grayscale: #B0B0B0. Windows color (decimal): -5127348 or 5030833. OLE color: 5030833.
HSL color Cylindrical-coordinate representation of color #B1C34C: hue angle of 69.08º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1C34C is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 76 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.24 |
| HSL | 69.08º | 0.5% | 0.53% | - |
| HSV(B) | 69.08º | 0.61% | 0.76% | - |
| XYZ | 38.95 | 48.9 | 14.22 | - |
| YUV | 176.05 | 71.54 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 76 | 0.09 | 0 | 0.61 | 0.24 | 69.08 | 0.5 | 0.53 |
| Hex | B1 | C3 | 4C | 9 | 0 | 3D | 18 | 45 | 32 | 35 |
| Octal | 261 | 303 | 114 | 11 | 0 | 75 | 30 | 105 | 62 | 65 |
| Binary | 10110001 | 11000011 | 1001100 | 1001 | 0 | 111101 | 11000 | 1000101 | 110010 | 110101 |
Color Harmonies of #B1C34C
Complementary color
Monochromatic Colors of #B1C34C
Black with #B1C34C
Text Example
Text Example
White with #B1C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C34C; }
p { color: rgb(177,195,76); }
H1.HeaderClassName
{
color: #B1C34C;
}
.AnyTagClassName
{
color: #B1C34C;
}
</style>
background-color css
<style>
a { background-color: #B1C34C; }
a { background-color: rgb(177,195,76); }
div.DivClassName
{
background-color: #B1C34C;
}
.BgClassName
{
background-color: #B1C34C;
}
</style>
border-color css
<style>
span { border-color: #B1C34C; }
span { border-color: rgb(177,195,76); }
td.TdClassName
{
border-color: #B1C34C;
}
.TagClassName
{
border-color: #B1C34C;
}
</style>