Shades of Celery #B0CA4D
Tints of Celery #B0CA4D
RGB
CMYK
RGB Variations
Color information
#B0CA4D (or 0xB0CA4D) is known color: Celery. HEX triplet: B0, CA and 4D. RGB value is (176,202,77). Sum of RGB (Red+Green+Blue) = 176+202+77=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA4D is #4F35B2. Grayscale: #B4B4B4. Windows color (decimal): -5191091 or 5098160. OLE color: 5098160.
HSL color Cylindrical-coordinate representation of color #B0CA4D: hue angle of 72.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0CA4D is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 77 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.21 |
| HSL | 72.48º | 0.54% | 0.55% | - |
| HSV(B) | 72.48º | 0.62% | 0.79% | - |
| XYZ | 40.36 | 52.01 | 14.93 | - |
| YUV | 179.98 | 69.89 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 77 | 0.13 | 0 | 0.62 | 0.21 | 72.48 | 0.54 | 0.55 |
| Hex | B0 | CA | 4D | D | 0 | 3E | 15 | 48 | 36 | 37 |
| Octal | 260 | 312 | 115 | 15 | 0 | 76 | 25 | 110 | 66 | 67 |
| Binary | 10110000 | 11001010 | 1001101 | 1101 | 0 | 111110 | 10101 | 1001000 | 110110 | 110111 |
Color Harmonies of #B0CA4D
Complementary color
Monochromatic Colors of #B0CA4D
Black with #B0CA4D
Text Example
Text Example
White with #B0CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA4D; }
p { color: rgb(176,202,77); }
H1.HeaderClassName
{
color: #B0CA4D;
}
.AnyTagClassName
{
color: #B0CA4D;
}
</style>
background-color css
<style>
a { background-color: #B0CA4D; }
a { background-color: rgb(176,202,77); }
div.DivClassName
{
background-color: #B0CA4D;
}
.BgClassName
{
background-color: #B0CA4D;
}
</style>
border-color css
<style>
span { border-color: #B0CA4D; }
span { border-color: rgb(176,202,77); }
td.TdClassName
{
border-color: #B0CA4D;
}
.TagClassName
{
border-color: #B0CA4D;
}
</style>