Shades of Celery #B0C84B
Tints of Celery #B0C84B
RGB
CMYK
RGB Variations
Color information
#B0C84B (or 0xB0C84B) is known color: Celery. HEX triplet: B0, C8 and 4B. RGB value is (176,200,75). Sum of RGB (Red+Green+Blue) = 176+200+75=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C84B is #4F37B4. Grayscale: #B3B3B3. Windows color (decimal): -5191605 or 4966576. OLE color: 4966576.
HSL color Cylindrical-coordinate representation of color #B0C84B: hue angle of 71.52º degrees, saturation: 0.53, 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 #B0C84B is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 75 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.22 |
| HSL | 71.52º | 0.53% | 0.54% | - |
| HSV(B) | 71.52º | 0.63% | 0.78% | - |
| XYZ | 39.83 | 51.05 | 14.41 | - |
| YUV | 178.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 75 | 0.12 | 0 | 0.62 | 0.22 | 71.52 | 0.53 | 0.54 |
| Hex | B0 | C8 | 4B | C | 0 | 3E | 16 | 48 | 35 | 36 |
| Octal | 260 | 310 | 113 | 14 | 0 | 76 | 26 | 110 | 65 | 66 |
| Binary | 10110000 | 11001000 | 1001011 | 1100 | 0 | 111110 | 10110 | 1001000 | 110101 | 110110 |
Color Harmonies of #B0C84B
Complementary color
Monochromatic Colors of #B0C84B
Black with #B0C84B
Text Example
Text Example
White with #B0C84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C84B; }
p { color: rgb(176,200,75); }
H1.HeaderClassName
{
color: #B0C84B;
}
.AnyTagClassName
{
color: #B0C84B;
}
</style>
background-color css
<style>
a { background-color: #B0C84B; }
a { background-color: rgb(176,200,75); }
div.DivClassName
{
background-color: #B0C84B;
}
.BgClassName
{
background-color: #B0C84B;
}
</style>
border-color css
<style>
span { border-color: #B0C84B; }
span { border-color: rgb(176,200,75); }
td.TdClassName
{
border-color: #B0C84B;
}
.TagClassName
{
border-color: #B0C84B;
}
</style>