Shades of Celery #B0CA53
Tints of Celery #B0CA53
RGB
CMYK
RGB Variations
Color information
#B0CA53 (or 0xB0CA53) is known color: Celery. HEX triplet: B0, CA and 53. RGB value is (176,202,83). Sum of RGB (Red+Green+Blue) = 176+202+83=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA53 is #4F35AC. Grayscale: #B5B5B5. Windows color (decimal): -5191085 or 5491376. OLE color: 5491376.
HSL color Cylindrical-coordinate representation of color #B0CA53: hue angle of 73.11º 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 #B0CA53 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 83 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.21 |
| HSL | 73.11º | 0.53% | 0.56% | - |
| HSV(B) | 73.11º | 0.59% | 0.79% | - |
| XYZ | 40.59 | 52.1 | 16.1 | - |
| YUV | 180.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 83 | 0.13 | 0 | 0.59 | 0.21 | 73.11 | 0.53 | 0.56 |
| Hex | B0 | CA | 53 | D | 0 | 3B | 15 | 49 | 35 | 38 |
| Octal | 260 | 312 | 123 | 15 | 0 | 73 | 25 | 111 | 65 | 70 |
| Binary | 10110000 | 11001010 | 1010011 | 1101 | 0 | 111011 | 10101 | 1001001 | 110101 | 111000 |
Color Harmonies of #B0CA53
Complementary color
Monochromatic Colors of #B0CA53
Black with #B0CA53
Text Example
Text Example
White with #B0CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA53; }
p { color: rgb(176,202,83); }
H1.HeaderClassName
{
color: #B0CA53;
}
.AnyTagClassName
{
color: #B0CA53;
}
</style>
background-color css
<style>
a { background-color: #B0CA53; }
a { background-color: rgb(176,202,83); }
div.DivClassName
{
background-color: #B0CA53;
}
.BgClassName
{
background-color: #B0CA53;
}
</style>
border-color css
<style>
span { border-color: #B0CA53; }
span { border-color: rgb(176,202,83); }
td.TdClassName
{
border-color: #B0CA53;
}
.TagClassName
{
border-color: #B0CA53;
}
</style>