Shades of Celery #B0CB4B
Tints of Celery #B0CB4B
RGB
CMYK
RGB Variations
Color information
#B0CB4B (or 0xB0CB4B) is known color: Celery. HEX triplet: B0, CB and 4B. RGB value is (176,203,75). Sum of RGB (Red+Green+Blue) = 176+203+75=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CB4B is #4F34B4. Grayscale: #B4B4B4. Windows color (decimal): -5190837 or 4967344. OLE color: 4967344.
HSL color Cylindrical-coordinate representation of color #B0CB4B: hue angle of 72.66º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0CB4B is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 75 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.20 |
| HSL | 72.66º | 0.55% | 0.55% | - |
| HSV(B) | 72.66º | 0.63% | 0.8% | - |
| XYZ | 40.53 | 52.45 | 14.64 | - |
| YUV | 180.34 | 68.55 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 75 | 0.13 | 0 | 0.63 | 0.20 | 72.66 | 0.55 | 0.55 |
| Hex | B0 | CB | 4B | D | 0 | 3F | 14 | 49 | 37 | 37 |
| Octal | 260 | 313 | 113 | 15 | 0 | 77 | 24 | 111 | 67 | 67 |
| Binary | 10110000 | 11001011 | 1001011 | 1101 | 0 | 111111 | 10100 | 1001001 | 110111 | 110111 |
Color Harmonies of #B0CB4B
Complementary color
Monochromatic Colors of #B0CB4B
Black with #B0CB4B
Text Example
Text Example
White with #B0CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CB4B; }
p { color: rgb(176,203,75); }
H1.HeaderClassName
{
color: #B0CB4B;
}
.AnyTagClassName
{
color: #B0CB4B;
}
</style>
background-color css
<style>
a { background-color: #B0CB4B; }
a { background-color: rgb(176,203,75); }
div.DivClassName
{
background-color: #B0CB4B;
}
.BgClassName
{
background-color: #B0CB4B;
}
</style>
border-color css
<style>
span { border-color: #B0CB4B; }
span { border-color: rgb(176,203,75); }
td.TdClassName
{
border-color: #B0CB4B;
}
.TagClassName
{
border-color: #B0CB4B;
}
</style>