Shades of Celery #B1B34C
Tints of Celery #B1B34C
RGB
CMYK
RGB Variations
Color information
#B1B34C (or 0xB1B34C) is known color: Celery. HEX triplet: B1, B3 and 4C. RGB value is (177,179,76). Sum of RGB (Red+Green+Blue) = 177+179+76=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B34C is #4E4CB3. Grayscale: #A7A7A7. Windows color (decimal): -5131444 or 5026737. OLE color: 5026737.
HSL color Cylindrical-coordinate representation of color #B1B34C: hue angle of 61.17º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1B34C is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 179 | 76 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.30 |
| HSL | 61.17º | 0.4% | 0.5% | - |
| HSV(B) | 61.17º | 0.58% | 0.7% | - |
| XYZ | 35.56 | 42.11 | 13.09 | - |
| YUV | 166.66 | 76.84 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 179 | 76 | 0.01 | 0 | 0.58 | 0.30 | 61.17 | 0.4 | 0.5 |
| Hex | B1 | B3 | 4C | 1 | 0 | 3A | 1E | 3D | 28 | 32 |
| Octal | 261 | 263 | 114 | 1 | 0 | 72 | 36 | 75 | 50 | 62 |
| Binary | 10110001 | 10110011 | 1001100 | 1 | 0 | 111010 | 11110 | 111101 | 101000 | 110010 |
Color Harmonies of #B1B34C
Complementary color
Monochromatic Colors of #B1B34C
Black with #B1B34C
Text Example
Text Example
White with #B1B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B34C; }
p { color: rgb(177,179,76); }
H1.HeaderClassName
{
color: #B1B34C;
}
.AnyTagClassName
{
color: #B1B34C;
}
</style>
background-color css
<style>
a { background-color: #B1B34C; }
a { background-color: rgb(177,179,76); }
div.DivClassName
{
background-color: #B1B34C;
}
.BgClassName
{
background-color: #B1B34C;
}
</style>
border-color css
<style>
span { border-color: #B1B34C; }
span { border-color: rgb(177,179,76); }
td.TdClassName
{
border-color: #B1B34C;
}
.TagClassName
{
border-color: #B1B34C;
}
</style>