Shades of Celery #B1CA53
Tints of Celery #B1CA53
RGB
CMYK
RGB Variations
Color information
#B1CA53 (or 0xB1CA53) is known color: Celery. HEX triplet: B1, CA and 53. RGB value is (177,202,83). Sum of RGB (Red+Green+Blue) = 177+202+83=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA53 is #4E35AC. Grayscale: #B5B5B5. Windows color (decimal): -5125549 or 5491377. OLE color: 5491377.
HSL color Cylindrical-coordinate representation of color #B1CA53: hue angle of 72.61º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1CA53 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 83 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.21 |
| HSL | 72.61º | 0.53% | 0.56% | - |
| HSV(B) | 72.61º | 0.59% | 0.79% | - |
| XYZ | 40.81 | 52.21 | 16.11 | - |
| YUV | 180.96 | 72.72 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 83 | 0.12 | 0 | 0.59 | 0.21 | 72.61 | 0.53 | 0.56 |
| Hex | B1 | CA | 53 | C | 0 | 3B | 15 | 49 | 35 | 38 |
| Octal | 261 | 312 | 123 | 14 | 0 | 73 | 25 | 111 | 65 | 70 |
| Binary | 10110001 | 11001010 | 1010011 | 1100 | 0 | 111011 | 10101 | 1001001 | 110101 | 111000 |
Color Harmonies of #B1CA53
Complementary color
Monochromatic Colors of #B1CA53
Black with #B1CA53
Text Example
Text Example
White with #B1CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA53; }
p { color: rgb(177,202,83); }
H1.HeaderClassName
{
color: #B1CA53;
}
.AnyTagClassName
{
color: #B1CA53;
}
</style>
background-color css
<style>
a { background-color: #B1CA53; }
a { background-color: rgb(177,202,83); }
div.DivClassName
{
background-color: #B1CA53;
}
.BgClassName
{
background-color: #B1CA53;
}
</style>
border-color css
<style>
span { border-color: #B1CA53; }
span { border-color: rgb(177,202,83); }
td.TdClassName
{
border-color: #B1CA53;
}
.TagClassName
{
border-color: #B1CA53;
}
</style>