Shades of Celery #B5C045
Tints of Celery #B5C045
RGB
CMYK
RGB Variations
Color information
#B5C045 (or 0xB5C045) is known color: Celery. HEX triplet: B5, C0 and 45. RGB value is (181,192,69). Sum of RGB (Red+Green+Blue) = 181+192+69=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C045 is #4A3FBA. Grayscale: #AFAFAF. Windows color (decimal): -4865979 or 4571317. OLE color: 4571317.
HSL color Cylindrical-coordinate representation of color #B5C045: hue angle of 65.37º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5C045 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 69 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.25 |
| HSL | 65.37º | 0.49% | 0.51% | - |
| HSV(B) | 65.37º | 0.64% | 0.75% | - |
| XYZ | 38.98 | 47.95 | 12.83 | - |
| YUV | 174.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 69 | 0.06 | 0 | 0.64 | 0.25 | 65.37 | 0.49 | 0.51 |
| Hex | B5 | C0 | 45 | 6 | 0 | 40 | 19 | 41 | 31 | 33 |
| Octal | 265 | 300 | 105 | 6 | 0 | 100 | 31 | 101 | 61 | 63 |
| Binary | 10110101 | 11000000 | 1000101 | 110 | 0 | 1000000 | 11001 | 1000001 | 110001 | 110011 |
Color Harmonies of #B5C045
Complementary color
Monochromatic Colors of #B5C045
Black with #B5C045
Text Example
Text Example
White with #B5C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C045; }
p { color: rgb(181,192,69); }
H1.HeaderClassName
{
color: #B5C045;
}
.AnyTagClassName
{
color: #B5C045;
}
</style>
background-color css
<style>
a { background-color: #B5C045; }
a { background-color: rgb(181,192,69); }
div.DivClassName
{
background-color: #B5C045;
}
.BgClassName
{
background-color: #B5C045;
}
</style>
border-color css
<style>
span { border-color: #B5C045; }
span { border-color: rgb(181,192,69); }
td.TdClassName
{
border-color: #B5C045;
}
.TagClassName
{
border-color: #B5C045;
}
</style>