Shades of Celery #B1C14D
Tints of Celery #B1C14D
RGB
CMYK
RGB Variations
Color information
#B1C14D (or 0xB1C14D) is known color: Celery. HEX triplet: B1, C1 and 4D. RGB value is (177,193,77). Sum of RGB (Red+Green+Blue) = 177+193+77=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C14D is #4E3EB2. Grayscale: #AFAFAF. Windows color (decimal): -5127859 or 5095857. OLE color: 5095857.
HSL color Cylindrical-coordinate representation of color #B1C14D: hue angle of 68.28º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1C14D is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 77 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.24 |
| HSL | 68.28º | 0.48% | 0.53% | - |
| HSV(B) | 68.28º | 0.6% | 0.76% | - |
| XYZ | 38.54 | 48.02 | 14.26 | - |
| YUV | 174.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 77 | 0.08 | 0 | 0.60 | 0.24 | 68.28 | 0.48 | 0.53 |
| Hex | B1 | C1 | 4D | 8 | 0 | 3C | 18 | 44 | 30 | 35 |
| Octal | 261 | 301 | 115 | 10 | 0 | 74 | 30 | 104 | 60 | 65 |
| Binary | 10110001 | 11000001 | 1001101 | 1000 | 0 | 111100 | 11000 | 1000100 | 110000 | 110101 |
Color Harmonies of #B1C14D
Complementary color
Monochromatic Colors of #B1C14D
Black with #B1C14D
Text Example
Text Example
White with #B1C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C14D; }
p { color: rgb(177,193,77); }
H1.HeaderClassName
{
color: #B1C14D;
}
.AnyTagClassName
{
color: #B1C14D;
}
</style>
background-color css
<style>
a { background-color: #B1C14D; }
a { background-color: rgb(177,193,77); }
div.DivClassName
{
background-color: #B1C14D;
}
.BgClassName
{
background-color: #B1C14D;
}
</style>
border-color css
<style>
span { border-color: #B1C14D; }
span { border-color: rgb(177,193,77); }
td.TdClassName
{
border-color: #B1C14D;
}
.TagClassName
{
border-color: #B1C14D;
}
</style>