Shades of Celery #B0CA4F
Tints of Celery #B0CA4F
RGB
CMYK
RGB Variations
Color information
#B0CA4F (or 0xB0CA4F) is known color: Celery. HEX triplet: B0, CA and 4F. RGB value is (176,202,79). Sum of RGB (Red+Green+Blue) = 176+202+79=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA4F is #4F35B0. Grayscale: #B4B4B4. Windows color (decimal): -5191089 or 5229232. OLE color: 5229232.
HSL color Cylindrical-coordinate representation of color #B0CA4F: hue angle of 72.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0CA4F is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 79 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.21 |
| HSL | 72.68º | 0.54% | 0.55% | - |
| HSV(B) | 72.68º | 0.61% | 0.79% | - |
| XYZ | 40.44 | 52.04 | 15.31 | - |
| YUV | 180.2 | 70.89 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 79 | 0.13 | 0 | 0.61 | 0.21 | 72.68 | 0.54 | 0.55 |
| Hex | B0 | CA | 4F | D | 0 | 3D | 15 | 49 | 36 | 37 |
| Octal | 260 | 312 | 117 | 15 | 0 | 75 | 25 | 111 | 66 | 67 |
| Binary | 10110000 | 11001010 | 1001111 | 1101 | 0 | 111101 | 10101 | 1001001 | 110110 | 110111 |
Color Harmonies of #B0CA4F
Complementary color
Monochromatic Colors of #B0CA4F
Black with #B0CA4F
Text Example
Text Example
White with #B0CA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA4F; }
p { color: rgb(176,202,79); }
H1.HeaderClassName
{
color: #B0CA4F;
}
.AnyTagClassName
{
color: #B0CA4F;
}
</style>
background-color css
<style>
a { background-color: #B0CA4F; }
a { background-color: rgb(176,202,79); }
div.DivClassName
{
background-color: #B0CA4F;
}
.BgClassName
{
background-color: #B0CA4F;
}
</style>
border-color css
<style>
span { border-color: #B0CA4F; }
span { border-color: rgb(176,202,79); }
td.TdClassName
{
border-color: #B0CA4F;
}
.TagClassName
{
border-color: #B0CA4F;
}
</style>