Shades of Celery #B0C63F
Tints of Celery #B0C63F
RGB
CMYK
RGB Variations
Color information
#B0C63F (or 0xB0C63F) is known color: Celery. HEX triplet: B0, C6 and 3F. RGB value is (176,198,63). Sum of RGB (Red+Green+Blue) = 176+198+63=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C63F is #4F39C0. Grayscale: #B0B0B0. Windows color (decimal): -5192129 or 4179632. OLE color: 4179632.
HSL color Cylindrical-coordinate representation of color #B0C63F: hue angle of 69.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0C63F is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 63 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.22 |
| HSL | 69.78º | 0.54% | 0.51% | - |
| HSV(B) | 69.78º | 0.68% | 0.78% | - |
| XYZ | 39 | 49.98 | 12.29 | - |
| YUV | 176.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 63 | 0.11 | 0 | 0.68 | 0.22 | 69.78 | 0.54 | 0.51 |
| Hex | B0 | C6 | 3F | B | 0 | 44 | 16 | 46 | 36 | 33 |
| Octal | 260 | 306 | 77 | 13 | 0 | 104 | 26 | 106 | 66 | 63 |
| Binary | 10110000 | 11000110 | 111111 | 1011 | 0 | 1000100 | 10110 | 1000110 | 110110 | 110011 |
Color Harmonies of #B0C63F
Complementary color
Monochromatic Colors of #B0C63F
Black with #B0C63F
Text Example
Text Example
White with #B0C63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C63F; }
p { color: rgb(176,198,63); }
H1.HeaderClassName
{
color: #B0C63F;
}
.AnyTagClassName
{
color: #B0C63F;
}
</style>
background-color css
<style>
a { background-color: #B0C63F; }
a { background-color: rgb(176,198,63); }
div.DivClassName
{
background-color: #B0C63F;
}
.BgClassName
{
background-color: #B0C63F;
}
</style>
border-color css
<style>
span { border-color: #B0C63F; }
span { border-color: rgb(176,198,63); }
td.TdClassName
{
border-color: #B0C63F;
}
.TagClassName
{
border-color: #B0C63F;
}
</style>