Shades of Celery #B1CB53
Tints of Celery #B1CB53
RGB
CMYK
RGB Variations
Color information
#B1CB53 (or 0xB1CB53) is known color: Celery. HEX triplet: B1, CB and 53. RGB value is (177,203,83). Sum of RGB (Red+Green+Blue) = 177+203+83=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CB53 is #4E34AC. Grayscale: #B6B6B6. Windows color (decimal): -5125293 or 5491633. OLE color: 5491633.
HSL color Cylindrical-coordinate representation of color #B1CB53: hue angle of 73º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1CB53 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 83 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.20 |
| HSL | 73º | 0.54% | 0.56% | - |
| HSV(B) | 73º | 0.59% | 0.8% | - |
| XYZ | 41.05 | 52.68 | 16.19 | - |
| YUV | 181.55 | 72.39 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 83 | 0.13 | 0 | 0.59 | 0.20 | 73 | 0.54 | 0.56 |
| Hex | B1 | CB | 53 | D | 0 | 3B | 14 | 49 | 36 | 38 |
| Octal | 261 | 313 | 123 | 15 | 0 | 73 | 24 | 111 | 66 | 70 |
| Binary | 10110001 | 11001011 | 1010011 | 1101 | 0 | 111011 | 10100 | 1001001 | 110110 | 111000 |
Color Harmonies of #B1CB53
Complementary color
Monochromatic Colors of #B1CB53
Black with #B1CB53
Text Example
Text Example
White with #B1CB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CB53; }
p { color: rgb(177,203,83); }
H1.HeaderClassName
{
color: #B1CB53;
}
.AnyTagClassName
{
color: #B1CB53;
}
</style>
background-color css
<style>
a { background-color: #B1CB53; }
a { background-color: rgb(177,203,83); }
div.DivClassName
{
background-color: #B1CB53;
}
.BgClassName
{
background-color: #B1CB53;
}
</style>
border-color css
<style>
span { border-color: #B1CB53; }
span { border-color: rgb(177,203,83); }
td.TdClassName
{
border-color: #B1CB53;
}
.TagClassName
{
border-color: #B1CB53;
}
</style>