Shades of Celery #B5C640
Tints of Celery #B5C640
RGB
CMYK
RGB Variations
Color information
#B5C640 (or 0xB5C640) is known color: Celery. HEX triplet: B5, C6 and 40. RGB value is (181,198,64). Sum of RGB (Red+Green+Blue) = 181+198+64=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C640 is #4A39BF. Grayscale: #B2B2B2. Windows color (decimal): -4864448 or 4245173. OLE color: 4245173.
HSL color Cylindrical-coordinate representation of color #B5C640: hue angle of 67.61º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5C640 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 64 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.22 |
| HSL | 67.61º | 0.54% | 0.51% | - |
| HSV(B) | 67.61º | 0.68% | 0.78% | - |
| XYZ | 40.18 | 50.58 | 12.5 | - |
| YUV | 177.64 | 63.87 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 64 | 0.09 | 0 | 0.68 | 0.22 | 67.61 | 0.54 | 0.51 |
| Hex | B5 | C6 | 40 | 9 | 0 | 44 | 16 | 44 | 36 | 33 |
| Octal | 265 | 306 | 100 | 11 | 0 | 104 | 26 | 104 | 66 | 63 |
| Binary | 10110101 | 11000110 | 1000000 | 1001 | 0 | 1000100 | 10110 | 1000100 | 110110 | 110011 |
Color Harmonies of #B5C640
Complementary color
Monochromatic Colors of #B5C640
Black with #B5C640
Text Example
Text Example
White with #B5C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C640; }
p { color: rgb(181,198,64); }
H1.HeaderClassName
{
color: #B5C640;
}
.AnyTagClassName
{
color: #B5C640;
}
</style>
background-color css
<style>
a { background-color: #B5C640; }
a { background-color: rgb(181,198,64); }
div.DivClassName
{
background-color: #B5C640;
}
.BgClassName
{
background-color: #B5C640;
}
</style>
border-color css
<style>
span { border-color: #B5C640; }
span { border-color: rgb(181,198,64); }
td.TdClassName
{
border-color: #B5C640;
}
.TagClassName
{
border-color: #B5C640;
}
</style>