Shades of Celery #B4CB41
Tints of Celery #B4CB41
RGB
CMYK
RGB Variations
Color information
#B4CB41 (or 0xB4CB41) is known color: Celery. HEX triplet: B4, CB and 41. RGB value is (180,203,65). Sum of RGB (Red+Green+Blue) = 180+203+65=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CB41 is #4B34BE. Grayscale: #B4B4B4. Windows color (decimal): -4928703 or 4311988. OLE color: 4311988.
HSL color Cylindrical-coordinate representation of color #B4CB41: hue angle of 70º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4CB41 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 203 | 65 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.20 |
| HSL | 70º | 0.57% | 0.53% | - |
| HSV(B) | 70º | 0.68% | 0.8% | - |
| XYZ | 41.13 | 52.8 | 13.02 | - |
| YUV | 180.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 65 | 0.11 | 0 | 0.68 | 0.20 | 70 | 0.57 | 0.53 |
| Hex | B4 | CB | 41 | B | 0 | 44 | 14 | 46 | 39 | 35 |
| Octal | 264 | 313 | 101 | 13 | 0 | 104 | 24 | 106 | 71 | 65 |
| Binary | 10110100 | 11001011 | 1000001 | 1011 | 0 | 1000100 | 10100 | 1000110 | 111001 | 110101 |
Color Harmonies of #B4CB41
Complementary color
Monochromatic Colors of #B4CB41
Black with #B4CB41
Text Example
Text Example
White with #B4CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CB41; }
p { color: rgb(180,203,65); }
H1.HeaderClassName
{
color: #B4CB41;
}
.AnyTagClassName
{
color: #B4CB41;
}
</style>
background-color css
<style>
a { background-color: #B4CB41; }
a { background-color: rgb(180,203,65); }
div.DivClassName
{
background-color: #B4CB41;
}
.BgClassName
{
background-color: #B4CB41;
}
</style>
border-color css
<style>
span { border-color: #B4CB41; }
span { border-color: rgb(180,203,65); }
td.TdClassName
{
border-color: #B4CB41;
}
.TagClassName
{
border-color: #B4CB41;
}
</style>