Shades of Celery #B1BF5C
Tints of Celery #B1BF5C
RGB
CMYK
RGB Variations
Color information
#B1BF5C (or 0xB1BF5C) is known color: Celery. HEX triplet: B1, BF and 5C. RGB value is (177,191,92). Sum of RGB (Red+Green+Blue) = 177+191+92=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF5C is #4E40A3. Grayscale: #AFAFAF. Windows color (decimal): -5128356 or 6078385. OLE color: 6078385.
HSL color Cylindrical-coordinate representation of color #B1BF5C: hue angle of 68.48º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1BF5C is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 92 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.25 |
| HSL | 68.48º | 0.44% | 0.55% | - |
| HSV(B) | 68.48º | 0.52% | 0.75% | - |
| XYZ | 38.69 | 47.38 | 17.23 | - |
| YUV | 175.53 | 80.86 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 92 | 0.07 | 0 | 0.52 | 0.25 | 68.48 | 0.44 | 0.55 |
| Hex | B1 | BF | 5C | 7 | 0 | 34 | 19 | 44 | 2C | 37 |
| Octal | 261 | 277 | 134 | 7 | 0 | 64 | 31 | 104 | 54 | 67 |
| Binary | 10110001 | 10111111 | 1011100 | 111 | 0 | 110100 | 11001 | 1000100 | 101100 | 110111 |
Color Harmonies of #B1BF5C
Complementary color
Monochromatic Colors of #B1BF5C
Black with #B1BF5C
Text Example
Text Example
White with #B1BF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BF5C; }
p { color: rgb(177,191,92); }
H1.HeaderClassName
{
color: #B1BF5C;
}
.AnyTagClassName
{
color: #B1BF5C;
}
</style>
background-color css
<style>
a { background-color: #B1BF5C; }
a { background-color: rgb(177,191,92); }
div.DivClassName
{
background-color: #B1BF5C;
}
.BgClassName
{
background-color: #B1BF5C;
}
</style>
border-color css
<style>
span { border-color: #B1BF5C; }
span { border-color: rgb(177,191,92); }
td.TdClassName
{
border-color: #B1BF5C;
}
.TagClassName
{
border-color: #B1BF5C;
}
</style>