Shades of Celery #B0C64B
Tints of Celery #B0C64B
RGB
CMYK
RGB Variations
Color information
#B0C64B (or 0xB0C64B) is known color: Celery. HEX triplet: B0, C6 and 4B. RGB value is (176,198,75). Sum of RGB (Red+Green+Blue) = 176+198+75=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C64B is #4F39B4. Grayscale: #B1B1B1. Windows color (decimal): -5192117 or 4966064. OLE color: 4966064.
HSL color Cylindrical-coordinate representation of color #B0C64B: hue angle of 70.73º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0C64B is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 75 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.22 |
| HSL | 70.73º | 0.52% | 0.54% | - |
| HSV(B) | 70.73º | 0.62% | 0.78% | - |
| XYZ | 39.37 | 50.13 | 14.26 | - |
| YUV | 177.4 | 70.21 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 75 | 0.11 | 0 | 0.62 | 0.22 | 70.73 | 0.52 | 0.54 |
| Hex | B0 | C6 | 4B | B | 0 | 3E | 16 | 47 | 34 | 36 |
| Octal | 260 | 306 | 113 | 13 | 0 | 76 | 26 | 107 | 64 | 66 |
| Binary | 10110000 | 11000110 | 1001011 | 1011 | 0 | 111110 | 10110 | 1000111 | 110100 | 110110 |
Color Harmonies of #B0C64B
Complementary color
Monochromatic Colors of #B0C64B
Black with #B0C64B
Text Example
Text Example
White with #B0C64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C64B; }
p { color: rgb(176,198,75); }
H1.HeaderClassName
{
color: #B0C64B;
}
.AnyTagClassName
{
color: #B0C64B;
}
</style>
background-color css
<style>
a { background-color: #B0C64B; }
a { background-color: rgb(176,198,75); }
div.DivClassName
{
background-color: #B0C64B;
}
.BgClassName
{
background-color: #B0C64B;
}
</style>
border-color css
<style>
span { border-color: #B0C64B; }
span { border-color: rgb(176,198,75); }
td.TdClassName
{
border-color: #B0C64B;
}
.TagClassName
{
border-color: #B0C64B;
}
</style>