Shades of Celery #B3CB40
Tints of Celery #B3CB40
RGB
CMYK
RGB Variations
Color information
#B3CB40 (or 0xB3CB40) is known color: Celery. HEX triplet: B3, CB and 40. RGB value is (179,203,64). Sum of RGB (Red+Green+Blue) = 179+203+64=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CB40 is #4C34BF. Grayscale: #B4B4B4. Windows color (decimal): -4994240 or 4246451. OLE color: 4246451.
HSL color Cylindrical-coordinate representation of color #B3CB40: hue angle of 70.36º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3CB40 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 203 | 64 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.20 |
| HSL | 70.36º | 0.57% | 0.52% | - |
| HSV(B) | 70.36º | 0.68% | 0.8% | - |
| XYZ | 40.87 | 52.67 | 12.86 | - |
| YUV | 179.98 | 62.55 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 64 | 0.12 | 0 | 0.68 | 0.20 | 70.36 | 0.57 | 0.52 |
| Hex | B3 | CB | 40 | C | 0 | 44 | 14 | 46 | 39 | 34 |
| Octal | 263 | 313 | 100 | 14 | 0 | 104 | 24 | 106 | 71 | 64 |
| Binary | 10110011 | 11001011 | 1000000 | 1100 | 0 | 1000100 | 10100 | 1000110 | 111001 | 110100 |
Color Harmonies of #B3CB40
Complementary color
Monochromatic Colors of #B3CB40
Black with #B3CB40
Text Example
Text Example
White with #B3CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CB40; }
p { color: rgb(179,203,64); }
H1.HeaderClassName
{
color: #B3CB40;
}
.AnyTagClassName
{
color: #B3CB40;
}
</style>
background-color css
<style>
a { background-color: #B3CB40; }
a { background-color: rgb(179,203,64); }
div.DivClassName
{
background-color: #B3CB40;
}
.BgClassName
{
background-color: #B3CB40;
}
</style>
border-color css
<style>
span { border-color: #B3CB40; }
span { border-color: rgb(179,203,64); }
td.TdClassName
{
border-color: #B3CB40;
}
.TagClassName
{
border-color: #B3CB40;
}
</style>