Shades of Celery #B3C345
Tints of Celery #B3C345
RGB
CMYK
RGB Variations
Color information
#B3C345 (or 0xB3C345) is known color: Celery. HEX triplet: B3, C3 and 45. RGB value is (179,195,69). Sum of RGB (Red+Green+Blue) = 179+195+69=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C345 is #4C3CBA. Grayscale: #B0B0B0. Windows color (decimal): -4996283 or 4572083. OLE color: 4572083.
HSL color Cylindrical-coordinate representation of color #B3C345: hue angle of 67.62º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3C345 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 195 | 69 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.24 |
| HSL | 67.62º | 0.51% | 0.52% | - |
| HSV(B) | 67.62º | 0.65% | 0.76% | - |
| XYZ | 39.18 | 49.04 | 13.03 | - |
| YUV | 175.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 69 | 0.08 | 0 | 0.65 | 0.24 | 67.62 | 0.51 | 0.52 |
| Hex | B3 | C3 | 45 | 8 | 0 | 41 | 18 | 44 | 33 | 34 |
| Octal | 263 | 303 | 105 | 10 | 0 | 101 | 30 | 104 | 63 | 64 |
| Binary | 10110011 | 11000011 | 1000101 | 1000 | 0 | 1000001 | 11000 | 1000100 | 110011 | 110100 |
Color Harmonies of #B3C345
Complementary color
Monochromatic Colors of #B3C345
Black with #B3C345
Text Example
Text Example
White with #B3C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C345; }
p { color: rgb(179,195,69); }
H1.HeaderClassName
{
color: #B3C345;
}
.AnyTagClassName
{
color: #B3C345;
}
</style>
background-color css
<style>
a { background-color: #B3C345; }
a { background-color: rgb(179,195,69); }
div.DivClassName
{
background-color: #B3C345;
}
.BgClassName
{
background-color: #B3C345;
}
</style>
border-color css
<style>
span { border-color: #B3C345; }
span { border-color: rgb(179,195,69); }
td.TdClassName
{
border-color: #B3C345;
}
.TagClassName
{
border-color: #B3C345;
}
</style>